X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Finclude%2Fagl-demo.inc;h=32d447af36e311ed9f69f6e34f95c326d70960ca;hb=d6a5a62109fd99ce8b3fa5692156d2c2aecc6fb7;hp=dace0e19e3b3ee5d25203b6f1a695f502847cd93;hpb=947ac6fbb51ab30082d4ded359fece6a94020243;p=AGL%2Fmeta-agl-demo.git diff --git a/conf/include/agl-demo.inc b/conf/include/agl-demo.inc index dace0e19e..32d447af3 100644 --- a/conf/include/agl-demo.inc +++ b/conf/include/agl-demo.inc @@ -1,13 +1,11 @@ IMAGE_FEATURES =+ "debug-tweaks" -DISTRO_FEATURES_append = " AGL_WEBRUNTIME " +# disable the webruntime +#DISTRO_FEATURES_append = " webruntime " +DISTRO_FEATURES_append = " automount " -# Add webkit as workaround as webengine is broken right now -IMAGE_INSTALL_append = " qtwebkit qtwebkit-examples-examples" -#IMAGE_INSTALL_append = " qtsmarthome cinematicexperience qt5everywheredemo qt5-demo-extrafiles" -#IMAGE_INSTALL_append = " qtwebengine-examples" +IMAGE_INSTALL_append = " screen mc " -# add support for websocket in Qt and QML -IMAGE_INSTALL_append = " qtwebsockets qtwebsockets-qmlplugins" - -IMAGE_INSTALL_append = " screen " +# Extend agl-voiceagent-alexa image feature with local alexa-viewer +# package. +FEATURE_PACKAGES_agl-voiceagent-alexa_append = " alexa-viewer"