diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-06-14 16:06:30 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-06-15 15:46:41 +0000 |
commit | ccfac6e024b1404d9c9e59455bf58454533e8e51 (patch) | |
tree | 51331952fac48e0caee077356069b480b10a4fd4 /templates/feature/agl-voiceagent-alexa | |
parent | 1f9f960298a6a2e6ae0360c4ef42e88c9678069a (diff) |
Feature cleanup for Nifty Needlefish
Remove features with upstream deprecated or unmaintained:
- meta-ros
- agl-service-alexa and the voiceagent service
Bug-AGL: SPEC-4407
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I8a1e3886897af5b2cf591d0952b1feb980b8708e
Diffstat (limited to 'templates/feature/agl-voiceagent-alexa')
3 files changed, 0 insertions, 25 deletions
diff --git a/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc b/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc deleted file mode 100644 index 94d877ae..00000000 --- a/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc +++ /dev/null @@ -1,15 +0,0 @@ -BBLAYERS =+ " \ - ${METADIR}/meta-agl-devel/meta-speech-framework \ - ${METADIR}/external/alexa-auto-sdk/builder/meta-aac \ -" - -# Per the SDK documentation, the module recipes need to be manually -# added, as they sit outside of the layer. -BBFILES += "${METADIR}/external/alexa-auto-sdk/modules/*/*.bb" - -# Include the recipe for the required gstreamer module as well -BBFILES += "${METADIR}/external/alexa-auto-sdk/extensions/experimental/system-audio/modules/*/*.bb" - -# For now, tweak the layer's compatibility to allow using with zeus, -# since we know it works without major issues. -LAYERSERIES_COMPAT_aac:append = " kirkstone" diff --git a/templates/feature/agl-voiceagent-alexa/50_local.conf.inc b/templates/feature/agl-voiceagent-alexa/50_local.conf.inc deleted file mode 100644 index 828b88d6..00000000 --- a/templates/feature/agl-voiceagent-alexa/50_local.conf.inc +++ /dev/null @@ -1,2 +0,0 @@ -#see meta-agl-devel/meta-speech-framework/conf/include/agl-voiceagent-alexa.inc -require conf/include/agl-voiceagent-alexa.inc diff --git a/templates/feature/agl-voiceagent-alexa/README_feature_agl-voiceagent-alexa.md b/templates/feature/agl-voiceagent-alexa/README_feature_agl-voiceagent-alexa.md deleted file mode 100644 index 584042fe..00000000 --- a/templates/feature/agl-voiceagent-alexa/README_feature_agl-voiceagent-alexa.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -description: Feature agl-voiceagent-alexa -authors: Scott Murray <scott.murray@konsulko.com> ---- - -### Feature agl-voiceagent-alexa - -Enables building Amazon Alexa voice agent binding for the speech framework using the Alexa Automotive SDK. |