summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-08-14 13:19:21 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-08-14 13:19:21 +0200
commitbba15ef9b50cee1b71662ae785fb3c13af96c90d (patch)
tree19e9d569a107fe71df96f6254bf49b8e83f8e70c /buildconf
parentf23fb3cf65dfc02fb2cf26ad7083695118e18ddc (diff)
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 <max.krummenacher@toradex.com>
Diffstat (limited to 'buildconf')
-rw-r--r--buildconf/local.conf8
1 files changed, 4 insertions, 4 deletions
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