From eda84d25d819824d641cf89af1e4d61a5e946744 Mon Sep 17 00:00:00 2001 From: amanarora_09 Date: Fri, 22 Jul 2022 15:58:23 +0200 Subject: meta-offline-voice-agent: Enable layer for offline voice recognition - This enables offline voice recognition in AGL - Can successfully run vosk API and vosk websocket server Changes: - Create a new layer: meta-offline-voice-recognition - Create recipes for the the Vosk library, API, websocket server and model - Create feature template for the layer (agl-offline-voice-agent) - Add all required packages to IMAGE_INSTALL - ptest enable recipe python3-vosk-api - Few fixes Bug-AGL: SPEC-4497 Change-Id: Icb290ceee22e2c3a51cbd67f7431701795f1201b Signed-off-by: amanarora_09 --- templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc (limited to 'templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc') diff --git a/templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc b/templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc new file mode 100644 index 00000000..f46f44ff --- /dev/null +++ b/templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc @@ -0,0 +1,7 @@ +# agl-offline-voice-agent + +AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" + +BBLAYERS =+ " \ + ${METADIR}/meta-agl-devel/meta-offline-voice-agent \ +" -- cgit 1.2.3-korg