diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-01-12 16:41:29 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-01-13 20:33:53 +0000 |
commit | d7d6c8622195aaf83bd66b53dec231d7b1c30bf1 (patch) | |
tree | 47c21ec8d25507f644507e413ce7608370eb9dd2 /recipes-platform/packagegroups | |
parent | e9ec6a99e6c1549a17d1eb36175fe437f69ce327 (diff) |
Remove separate agl-{cluster,telematics}-demo features
Changes:
- Remove feature templates and associated include files for the
agl-cluster-demo and agl-telematics-demo features. All of the
demo images can now be built by just configuring with the agl-demo
feature.
- Remove feature template for agl-cluster-demo-preload, the cluster
demo configuration it was pulling into the cluster image is now
driven by the agl-demo-preload feature instead.
- Moved speech framework and Alexa voiceagent feature inclusion to
agl-demo-platform.inc to avoid them accidentally being pulled into
the cluster or telematics demo images. Part of this change is
moving agl-voiceagent-alexa from using IMAGE_FEATURES to
AGL_FEATURES, which needs a corresponding change to meta-agl-devel.
- Remove leftover use of agl-core-image-profile DISTRO_FEATURE, which
no longer exists.
- Remove unneeded explicit dependency on the
PREFERRED_RPROVIDER_virtual/voice-high-config, things seem to be
working fine with the dependency from agl-service-voice-high, so it
is not required.
Bug-AGL: SPEC-3749
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ibcfbce28231a91aa56269db9196c471458d0e928
Diffstat (limited to 'recipes-platform/packagegroups')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb | 3 | ||||
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-speech-services.bb | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb b/recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb index 612e26d45..910b55bd8 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-cluster-demo-platform.bb @@ -31,8 +31,6 @@ AGL_APIS = " \ agl-service-signal-composer \ " -DEMO_PRELOAD = "${@bb.utils.contains("DISTRO_FEATURES", "agl-cluster-demo-preload", "cluster-dashboard-demo-config", "",d)}" - RDEPENDS_${PN}_append = " \ weston-ini-conf-landscape \ hmi-debug \ @@ -40,5 +38,4 @@ RDEPENDS_${PN}_append = " \ linux-firmware-ralink \ ${AGL_APPS} \ ${AGL_APIS} \ - ${DEMO_PRELOAD} \ " diff --git a/recipes-platform/packagegroups/packagegroup-agl-speech-services.bb b/recipes-platform/packagegroups/packagegroup-agl-speech-services.bb index 8dd97f394..acdeca72a 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-speech-services.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-speech-services.bb @@ -10,5 +10,4 @@ PACKAGES = "\ RDEPENDS_${PN} += "\ agl-service-voice-high \ agl-service-voice-high-capabilities \ - ${PREFERRED_RPROVIDER_virtual/voice-high-config} \ " |