blob: 959b6038d9615a507e8fe0387253dfdb6a99aa20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# agl-offline-voice-agent
AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
BBLAYERS =+ " \
${METADIR}/meta-agl-devel/meta-offline-voice-agent \
${METADIR}/external/meta-python-ai \
"
# package in meta-oe is newer
BBMASK += "meta-tensorflow/recipes-devtools/python/python3-gast_0.4.0.bb"
# needed for rasa
# ${METADIR}/external/meta-tensorflow \
#
|