summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-12-17 17:16:48 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-12-17 17:16:48 +0100
commit4e5b9be85750852559f22b0b3493e6074b8f4fac (patch)
treef991e3a3b845e980efaf8784f49473d24d14b1be /templates
parent9c714c0765fe74288b613c93fac2265368fa4aaa (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')
-rw-r--r--templates/feature/agl-speech-framework/50_bblayers.conf.inc5
-rw-r--r--templates/feature/agl-speech-framework/50_local.conf.inc2
-rw-r--r--templates/feature/agl-speech-framework/README_feature_agl-speech-framework.md9
-rw-r--r--templates/feature/agl-voiceagent-alexa/50_bblayers.conf.inc1
-rw-r--r--templates/feature/agl-voiceagent-alexa/included.dep1
5 files changed, 1 insertions, 17 deletions
diff --git a/templates/feature/agl-speech-framework/50_bblayers.conf.inc b/templates/feature/agl-speech-framework/50_bblayers.conf.inc
deleted file mode 100644
index 60f88c97..00000000
--- a/templates/feature/agl-speech-framework/50_bblayers.conf.inc
+++ /dev/null
@@ -1,5 +0,0 @@
-
-BBLAYERS =+ " \
- ${METADIR}/meta-agl-devel/meta-speech-framework \
- "
-
diff --git a/templates/feature/agl-speech-framework/50_local.conf.inc b/templates/feature/agl-speech-framework/50_local.conf.inc
deleted file mode 100644
index c542f383..00000000
--- a/templates/feature/agl-speech-framework/50_local.conf.inc
+++ /dev/null
@@ -1,2 +0,0 @@
-#see meta-agl-devel/meta-speech-framework/conf/include/agl-speech-framework.inc
-require conf/include/agl-speech-framework.inc
diff --git a/templates/feature/agl-speech-framework/README_feature_agl-speech-framework.md b/templates/feature/agl-speech-framework/README_feature_agl-speech-framework.md
deleted file mode 100644
index ca6acdbc..00000000
--- a/templates/feature/agl-speech-framework/README_feature_agl-speech-framework.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-description: Feature agl-speech-framework
-authors: Shotaro Uchida <shotaru@amazon.com>
----
-
-### Feature agl-speech-framework
-
-*Description is missing - please complete file meta-agl-devel/templates/feature/agl-speech-framework/README_feature_agl-speech-framework.md*
-
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