From 4249268041b879b3d2bae338d5de88f4f2d54b26 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 20 Aug 2021 13:58:45 -0400 Subject: Convert to new override syntax This is the result of running a slightly customized version of the convert-overrides.py script from poky with additional overrides added. The intent of these changes is to minimize the effort to keep the "next" branch that builds against poky master up to date and tested in preparation for the switch to the next Yocto LTS release in early 2022. Bug-AGL: SPEC-4052 Signed-off-by: Scott Murray Change-Id: I6eeadd2c985c008b04f8f9815bf0f6fb064bedac --- conf/include/agl-demo-preload.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf/include/agl-demo-preload.inc') diff --git a/conf/include/agl-demo-preload.inc b/conf/include/agl-demo-preload.inc index 484bc057..a4116895 100644 --- a/conf/include/agl-demo-preload.inc +++ b/conf/include/agl-demo-preload.inc @@ -1,8 +1,8 @@ -AGL_FEATURES_append = " agl-demo-preload" +AGL_FEATURES:append = " agl-demo-preload" # Use demo device mapping for low-can that enables sllin0 PREFERRED_RPROVIDER_virtual/low-can-dev-mapping = "dev-mapping-demo" # Extend agl-voiceagent-alexa image feature to preload voiceagent # configuration package. -FEATURE_PACKAGES_agl-voiceagent-alexa_append = " virtual/alexa-voiceagent-config" +FEATURE_PACKAGES_agl-voiceagent-alexa:append = " virtual/alexa-voiceagent-config" -- cgit 1.2.3-korg