diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-17 17:16:48 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-17 17:16:48 +0100 |
commit | 4e5b9be85750852559f22b0b3493e6074b8f4fac (patch) | |
tree | f991e3a3b845e980efaf8784f49473d24d14b1be /templates/feature/agl-voiceagent-alexa | |
parent | 9c714c0765fe74288b613c93fac2265368fa4aaa (diff) |
Move core speech service to meta-agl-demokoi_10.91.0koi/10.91.010.91.0
This moves the generic agl-speechframework to meta-agl-demo.
The alexa-voiceagent bits remain in meta-agl-devel for now.
This fixes a dependency of the settings app.
Bug-AGL: SPEC-3734
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I3b0c81bd598ef20c2cb6fcec054c399dc6c3d97b
Diffstat (limited to 'templates/feature/agl-voiceagent-alexa')
-rw-r--r-- | templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/feature/agl-voiceagent-alexa/included.dep | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc b/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc index dc6c1f6e..c32a0f6d 100644 --- a/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc +++ b/templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc @@ -1,4 +1,5 @@ BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-speech-framework \ ${METADIR}/external/alexa-auto-sdk/builder/meta-aac \ " diff --git a/templates/feature/agl-voiceagent-alexa/included.dep b/templates/feature/agl-voiceagent-alexa/included.dep deleted file mode 100644 index fde3c2de..00000000 --- a/templates/feature/agl-voiceagent-alexa/included.dep +++ /dev/null @@ -1 +0,0 @@ -agl-speech-framework |