summaryrefslogtreecommitdiffstats
path: root/templates/feature/agl-offline-voice-agent/50_local.conf.inc
diff options
context:
space:
mode:
Diffstat (limited to 'templates/feature/agl-offline-voice-agent/50_local.conf.inc')
-rw-r--r--templates/feature/agl-offline-voice-agent/50_local.conf.inc20
1 files changed, 17 insertions, 3 deletions
diff --git a/templates/feature/agl-offline-voice-agent/50_local.conf.inc b/templates/feature/agl-offline-voice-agent/50_local.conf.inc
index 6276b075..4c80ecb2 100644
--- a/templates/feature/agl-offline-voice-agent/50_local.conf.inc
+++ b/templates/feature/agl-offline-voice-agent/50_local.conf.inc
@@ -1,11 +1,25 @@
# agl-offline-voice-agent
-
FORTRAN:forcevariable = ",fortran"
RUNTIMETARGET:append:pn-gcc-runtime = " libquadmath"
+# bad practice but required to build scikit-learn
+HOSTTOOLS += "gfortran"
+
# FIXME check if needed and/or submit upstream
BBCLASSEXTEND:pn-python3-charset-normalizer = "native nativesdk"
-IMAGE_INSTALL:append = " python3-vosk-api vosk-kaldi vosk vosk-server python3-vosk-websocket-server python3-sounddevice flutter-vosk-demo"
+IMAGE_INSTALL:append = " \
+ python3-snips-inference-agl \
+ snips-model-agl \
+ python3-rasa \
+ rasa-model-agl \
+ vosk \
+ vosk-kaldi \
+ vosk-server \
+ python3-vosk-api \
+ python3-vosk-websocket-server \
+ python3-sounddevice \
+ flutter-vosk-demo \
+ "
-PREFERRED_PROVIDER_virtual/vosk-model ?= "vosk-model-small-en-us"
+PREFERRED_PROVIDER_virtual/vosk-model ?= "vosk-model-small-en-us" \ No newline at end of file