diff options
Diffstat (limited to 'recipes-kernel/linux')
-rw-r--r-- | recipes-kernel/linux/linux_agldemo.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux_agldemo.inc b/recipes-kernel/linux/linux_agldemo.inc index 84b61df0a..402117748 100644 --- a/recipes-kernel/linux/linux_agldemo.inc +++ b/recipes-kernel/linux/linux_agldemo.inc @@ -1,4 +1,4 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/linux:" +FILESEXTRAPATHS:prepend := "${THISDIR}/linux:" # Enable assorted USB device support for demo systems AGL_KCONFIG_FRAGMENTS += " \ @@ -35,4 +35,4 @@ AGL_KCONFIG_FRAGMENTS += "rtc.cfg" AGL_KCONFIG_FRAGMENTS += "disable_most.cfg" # Enable some things on qemuarm64 so MOST drivers will build and load. -AGL_KCONFIG_FRAGMENTS_append_qemuarm64 = " most_deps.cfg" +AGL_KCONFIG_FRAGMENTS:append:qemuarm64 = " most_deps.cfg" |