From bba15ef9b50cee1b71662ae785fb3c13af96c90d Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 14 Aug 2021 13:19:21 +0200 Subject: layer: convert to new override syntax This is the result of automated script (0.9.3) conversion: ../openembedded-core/scripts/contrib/convert-overrides.py . +# meta-toradex-distro +vars = vars + ["preempt-rt","tdx","upstream"] +# meta-toradex-* machines +vars = vars + ["apalis-","colibri-","verdin-","tegra124"] +# meta-freescale +vars = vars + ["imx","mx6","mx7","mx8","use-mainline-bsp","use-nxp-bsp"] converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Max Krummenacher --- buildconf/local.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'buildconf') diff --git a/buildconf/local.conf b/buildconf/local.conf index 2c85409..5ced3b0 100644 --- a/buildconf/local.conf +++ b/buildconf/local.conf @@ -227,8 +227,8 @@ BB_DISKMON_DIRS ??= "\ # seen. The two lines below enable the SDL backend too. By default libsdl2-native will # be built, if you want to use your host's libSDL instead of the minimal libsdl built # by libsdl2-native then uncomment the ASSUME_PROVIDED line below. -PACKAGECONFIG_append_pn-qemu-system-native = " sdl" -PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" +PACKAGECONFIG:append:pn-qemu-system-native = " sdl" +PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl" #ASSUME_PROVIDED += "libsdl2-native" # @@ -250,8 +250,8 @@ PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl" # # To enable fitimage, uncomment the following two lines # -# KERNEL_CLASSES_append = " toradex-fitimage" -# KERNEL_IMAGETYPE_forcevariable = "${@'zImage' if d.getVar('TORADEX_FLASH_TYPE') == 'rawnand' else 'fitImage'}" +# KERNEL_CLASSES:append = " toradex-fitimage" +# KERNEL_IMAGETYPE:forcevariable = "${@'zImage' if d.getVar('TORADEX_FLASH_TYPE') == 'rawnand' else 'fitImage'}" # CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to -- cgit v1.2.3