diff options
author | Scott Murray <scott.murray@konsulko.com> | 2020-04-28 21:12:10 +0000 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2020-05-08 14:43:13 -0400 |
commit | ba3c28a56b99e5628041d772b4faa36553846c21 (patch) | |
tree | f107c33d917dadaf399ec5c590fe17a3e15f4ad7 /meta-speech-framework/conf | |
parent | 5c096a9bc3e336bff3fb9d678082ce8805154b22 (diff) |
Widget packaging rework
Changes include:
- Created new packagegroup-agl-speech-services packagegroup and
associated test and devel packagegroups to replace previous
extending of packagegroup-agl-ivi-services via bbappend.
This makes it simpler to create the test/devel packagegroups
in packagegroup-agl-ivi-services, and is cleaner with respect to
the packagefeed since it avoids modifying a packagegroup in another
layer.
- Extend the agl-devel-wgt and agl-test-wgt FEATURE_PACKAGES
variables as necessary to add the required corresponding widget
packagegroups.
Bug-AGL: SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I17b61f3e4549a7baa8ac1a6f9c857e2f78bb6448
Diffstat (limited to 'meta-speech-framework/conf')
-rw-r--r-- | meta-speech-framework/conf/include/agl-speech-framework.inc | 9 | ||||
-rw-r--r-- | meta-speech-framework/conf/include/agl-voiceagent-alexa.inc | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/meta-speech-framework/conf/include/agl-speech-framework.inc b/meta-speech-framework/conf/include/agl-speech-framework.inc index ee19d25f..563a994d 100644 --- a/meta-speech-framework/conf/include/agl-speech-framework.inc +++ b/meta-speech-framework/conf/include/agl-speech-framework.inc @@ -1 +1,10 @@ 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" diff --git a/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc b/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc index 21da324e..db2774d4 100644 --- a/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc +++ b/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc @@ -13,3 +13,8 @@ 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" |