diff options
author | Malik Talha <talhamalik727x@gmail.com> | 2023-10-11 18:46:48 +0500 |
---|---|---|
committer | Malik Talha <talhamalik727x@gmail.com> | 2023-10-11 18:49:01 +0500 |
commit | 57ffdf86d6deb808888bd86ab265c83f4d9f4094 (patch) | |
tree | 14dceb26b77452de2656926f3ad80e2bb5144e7a /templates | |
parent | 7b4a029168133bbf58c5dfe97e618badfe77b361 (diff) |
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 <talhamalik727x@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/feature/agl-offline-voice-agent/50_bblayers.conf.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ " |