diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-05-12 21:03:23 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-05-18 10:29:55 +0000 |
commit | d6a5a62109fd99ce8b3fa5692156d2c2aecc6fb7 (patch) | |
tree | 2bd9026d7f419c22c4feb656b00f9e4fd3a28ce0 /conf/include | |
parent | 65b5d6484107ba1b97073d91b2d2733edac0ab79 (diff) |
Update test/devel feature and crosssdk definitions
To match the update in meta-agl, rework to drop the agl-test-wgt and
agl-devel-wgt feature package additions and now unnecessary test/devel
packagegroups. They'll now be pulled in by the COMPLEMENTARY_GLOBS
definitions for those image features.
As well, to ensure that agl-demo-platform-crosssdk contains required
extra additions, use new .inc file from meta-agl-profile-graphical-qt5
in the SDK definition.
Bug-AGL: SPEC-3300, SPEC-3375
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I6b54af5f7c76965171282ed81dc8160c69a9441f
Diffstat (limited to 'conf/include')
-rw-r--r-- | conf/include/agl-demo.inc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/conf/include/agl-demo.inc b/conf/include/agl-demo.inc index 001f37d00..32d447af3 100644 --- a/conf/include/agl-demo.inc +++ b/conf/include/agl-demo.inc @@ -6,14 +6,6 @@ DISTRO_FEATURES_append = " automount " IMAGE_INSTALL_append = " screen mc " -# Add local packagegroups to agl-test-wgt and agl-devel-wgt image feature -# package lists -FEATURE_PACKAGES_agl-test-wgt_append = " packagegroup-agl-ivi-services-test" -FEATURE_PACKAGES_agl-devel-wgt_append = " \ - packagegroup-agl-ivi-services-devel \ - packagegroup-agl-demo-platform-devel \ - " - # Extend agl-voiceagent-alexa image feature with local alexa-viewer # package. FEATURE_PACKAGES_agl-voiceagent-alexa_append = " alexa-viewer" |