summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-voiceagent-alexa-wakeword/README_feature_agl-voiceagent-alexa-wakeword.md
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-02-01 18:06:35 -0500
committerScott Murray <scott.murray@konsulko.com>2021-02-04 15:53:10 +0000
commitd369fae7ef2e0bcbd934c838145b08a443b414ff (patch)
treeeba7394475a5ff33f2cec33605204f82a1334dba /templates/feature/agl-voiceagent-alexa-wakeword/README_feature_agl-voiceagent-alexa-wakeword.md
parentbcd92dd2ce81412b66a8f09a7d0097fab0e6217c (diff)
meta-speech-framework: Update Alexa Auto SDK wakeword support for v2.3
Update the agl-voiceagent-alexa-wakeword feature template for v2.3: - Added a scriptlet to handle installing and patching the amazonlite zip file contents. The amazonlite-2.3.zip file is now expected to be in the directory set with the XDG_DOWNLOAD_DIR environment variable, and if that is not set, it will use $HOME/Downloads (i.e. the same behavior as the rcar3 graphics support files). - Added a patch to tweak a couple of things in the amazonlite layer to fix building against Yocto dunfell. Bug-AGL: SPEC-3783 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I75783860e4ce332ba89e8a7768fe4ff7367bcd93 (cherry picked from commit 3eb1a00c35bd817472067a153c793c9c7aef00a3)
Diffstat (limited to 'templates/feature/agl-voiceagent-alexa-wakeword/README_feature_agl-voiceagent-alexa-wakeword.md')
-rw-r--r--templates/feature/agl-voiceagent-alexa-wakeword/README_feature_agl-voiceagent-alexa-wakeword.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/feature/agl-voiceagent-alexa-wakeword/README_feature_agl-voiceagent-alexa-wakeword.md b/templates/feature/agl-voiceagent-alexa-wakeword/README_feature_agl-voiceagent-alexa-wakeword.md
index e8491289..4917a96f 100644
--- a/templates/feature/agl-voiceagent-alexa-wakeword/README_feature_agl-voiceagent-alexa-wakeword.md
+++ b/templates/feature/agl-voiceagent-alexa-wakeword/README_feature_agl-voiceagent-alexa-wakeword.md
@@ -7,4 +7,9 @@ authors: Scott Murray <scott.murray@konsulko.com>
Enables building the Amazon Alexa voiceagent binding with included wakeword engine support.
-Note that this features assumes that the amazonlite wakeword engine ZIP file (e.g. amazonlite-2.0.zip) containing the required additional files has been decompressed to external/alexa-auto-sdk/extensions/extras/amazonlite in the tree. Without this, attempting to build with bitbake will fail. Please contact your Amazon Alexa developer account representative if you wish to obtain the wakeword engine.
+Note that this features assumes that the amazonlite wakeword engine ZIP file
+(i.e. amazonlite-2.3.zip) is present in the directory pointed at by the
+XDG_DOWNLOAD_DIR environment variable if it is set, and $HOME/Downloads
+otherwise. The zip file will be extracted into place in the alexa-auto-sdk
+repository (at external/alexa-auto-sdk/extensions/extra/amazonlite), and
+patched to work with the version of Yocto used by AGL.