recipes: Convert to newer override syntax

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-08-04 15:31:09 -07:00
parent ad95ffb93a
commit 2392e1f99d
8 changed files with 14 additions and 14 deletions

View File

@@ -17,6 +17,6 @@ SRC_URI = "git://github.com/${FORK}/linux.git;protocol=git;branch=${BRANCH} \
LINUX_VERSION ?= "5.14.0"
LINUX_VERSION_EXTENSION:append = "-starlight"
KBUILD_DEFCONFIG_beaglev-starlight-jh7100 = "beaglev_defconfig"
KBUILD_DEFCONFIG:beaglev-starlight-jh7100 = "beaglev_defconfig"
COMPATIBLE_MACHINE = "(beaglev-starlight-jh7100)"