From 57ffdf86d6deb808888bd86ab265c83f4d9f4094 Mon Sep 17 00:00:00 2001 From: Malik Talha Date: Wed, 11 Oct 2023 18:46:48 +0500 Subject: Add recipes for voice agent service and app Recipe files to compile the voice agent service and the flutter app, also add meta-tensorflow layer conf. Bug-AGL: SPEC-4906 Change-Id: I0e2eea863c95cd84d85d06194fbf01fcc64adb86 Signed-off-by: Malik Talha --- templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc b/templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc index f46f44ff..ef9d57df 100644 --- a/templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc +++ b/templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc @@ -4,4 +4,5 @@ AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" BBLAYERS =+ " \ ${METADIR}/meta-agl-devel/meta-offline-voice-agent \ + ${METADIR}/external/meta-tensorflow \ " -- cgit 1.2.3-korg