X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Finclude%2Fagl-demo.inc;h=55f2e8ab0401b0262763815ce5232673879a9d57;hb=d7d6c8622195aaf83bd66b53dec231d7b1c30bf1;hp=32d447af36e311ed9f69f6e34f95c326d70960ca;hpb=d6a5a62109fd99ce8b3fa5692156d2c2aecc6fb7;p=AGL%2Fmeta-agl-demo.git diff --git a/conf/include/agl-demo.inc b/conf/include/agl-demo.inc index 32d447af3..55f2e8ab0 100644 --- a/conf/include/agl-demo.inc +++ b/conf/include/agl-demo.inc @@ -1,11 +1,20 @@ IMAGE_FEATURES =+ "debug-tweaks" -# disable the webruntime -#DISTRO_FEATURES_append = " webruntime " DISTRO_FEATURES_append = " automount " +# convenience IMAGE_INSTALL_append = " screen mc " # Extend agl-voiceagent-alexa image feature with local alexa-viewer # package. FEATURE_PACKAGES_agl-voiceagent-alexa_append = " alexa-viewer" + +# enable the layer +AGL_FEATURES_append = " agldemo" + +# Set preferred provider for low-can device mapping configuration +PREFERRED_RPROVIDER_virtual/low-can-dev-mapping ?= "${@bb.utils.contains('DISTRO_FEATURES', 'AGLCI', 'dev-mapping-ci', 'dev-mapping', d)}" + +# voice api inclusion +PREFERRED_RPROVIDER_virtual/voice-high-config = "default-voice-high-config" +FEATURE_PACKAGES_agl-speech-framework = "packagegroup-agl-speech-services"