Widget packaging rework
[AGL/meta-agl-demo.git] / conf / include / agl-demo.inc
1 IMAGE_FEATURES =+ "debug-tweaks"
2
3 # disable the webruntime
4 #DISTRO_FEATURES_append = " webruntime "
5 DISTRO_FEATURES_append = " automount "
6
7 IMAGE_INSTALL_append = " screen mc "
8
9 # Add local packagegroups to agl-test-wgt and agl-devel-wgt image feature
10 # package lists
11 FEATURE_PACKAGES_agl-test-wgt_append = " packagegroup-agl-ivi-services-test"
12 FEATURE_PACKAGES_agl-devel-wgt_append = " \
13     packagegroup-agl-ivi-services-devel \
14     packagegroup-agl-demo-platform-devel \
15     "
16
17 # Extend agl-voiceagent-alexa image feature with local alexa-viewer
18 # package.
19 FEATURE_PACKAGES_agl-voiceagent-alexa_append = " alexa-viewer"