Update widget packaging rework 15/24515/2
authorScott Murray <scott.murray@konsulko.com>
Wed, 13 May 2020 23:46:59 +0000 (19:46 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Mon, 18 May 2020 10:29:37 +0000 (10:29 +0000)
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.

Bug-AGL: SPEC-3300, SPEC-3375

Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I61c07efad927809a29990d76e52f8f6f24e4e26b

meta-speech-framework/conf/include/agl-speech-framework.inc
meta-speech-framework/conf/include/agl-voiceagent-alexa.inc
meta-speech-framework/meta-aac/recipes-platform/packagegroups/packagegroup-agl-voiceagent-alexa.bb
meta-speech-framework/recipes-platform/packagegroups/packagegroup-agl-speech-services.bb

index 563a994..700aadf 100644 (file)
@@ -3,8 +3,3 @@ PREFERRED_RPROVIDER_virtual/voice-high-config = "default-voice-high-config"
 FEATURE_PACKAGES_agl-speech-framework = "packagegroup-agl-speech-services"
 
 IMAGE_FEATURES += "agl-speech-framework"
-
-# Add local packagegroups to agl-test-wgt and agl-devel-wgt image feature
-# package lists
-FEATURE_PACKAGES_agl-test-wgt_append = " packagegroup-agl-speech-services-test"
-FEATURE_PACKAGES_agl-devel-wgt_append = " packagegroup-agl-speech-services-devel"
index db2774d..21da324 100644 (file)
@@ -13,8 +13,3 @@ PREFERRED_RPROVIDER_virtual/voice-high-config = "alexa-voice-high-config"
 FEATURE_PACKAGES_agl-voiceagent-alexa = "packagegroup-agl-voiceagent-alexa"
 
 IMAGE_FEATURES += "agl-voiceagent-alexa"
-
-# Add local packagegroups to agl-test-wgt and agl-devel-wgt image feature
-# package lists
-FEATURE_PACKAGES_agl-test-wgt_append = " packagegroup-agl-voiceagent-alexa-test"
-FEATURE_PACKAGES_agl-devel-wgt_append = " packagegroup-agl-voiceagent-alexa-devel"
index 6118dbf..4b4016a 100644 (file)
@@ -5,19 +5,10 @@ LICENSE = "MIT"
 
 inherit packagegroup
 
-ALLOW_EMPTY_${PN} = "1"
-
-PROVIDES = "${PACKAGES}"
 PACKAGES = "\
     packagegroup-agl-voiceagent-alexa \
-    packagegroup-agl-voiceagent-alexa-test \
-    packagegroup-agl-voiceagent-alexa-devel \
     "
 
 RDEPENDS_${PN} = " \
     alexa-voiceagent-service \
     "
-
-# Empty for now, no test/dbg/coverage widgets
-RDEPENDS_${PN}-test = ""
-RDEPENDS_${PN}-devel = ""
index b4b1997..8dd97f3 100644 (file)
@@ -3,25 +3,12 @@ LICENSE = "MIT"
 
 inherit packagegroup
 
-PROVIDES = "${PACKAGES}"
 PACKAGES = "\
     packagegroup-agl-speech-services \
-    packagegroup-agl-speech-services-test \
-    packagegroup-agl-speech-services-devel \
     "
 
-ALLOW_EMPTY_${PN} = "1"
-
 RDEPENDS_${PN} += "\
     agl-service-voice-high \
     agl-service-voice-high-capabilities \
     ${PREFERRED_RPROVIDER_virtual/voice-high-config} \
 "
-
-RDEPENDS_${PN}-test = "\
-    agl-service-voice-high-test \
-    agl-service-voice-high-capabilities-test \
-"
-
-# Empty until service autobuild script rework
-RDEPENDS_${PN}-devel = ""