From d6a5a62109fd99ce8b3fa5692156d2c2aecc6fb7 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 12 May 2020 21:03:23 -0400 Subject: 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 Change-Id: I6b54af5f7c76965171282ed81dc8160c69a9441f --- conf/include/agl-demo.inc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'conf') diff --git a/conf/include/agl-demo.inc b/conf/include/agl-demo.inc index 001f37d0..32d447af 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" -- cgit 1.2.3-korg