diff options
Diffstat (limited to 'templates/feature/agl-offline-voice-agent')
-rw-r--r-- | templates/feature/agl-offline-voice-agent/50_local.conf.inc | 5 |
1 files changed, 1 insertions, 4 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 581ad978..6276b075 100644 --- a/templates/feature/agl-offline-voice-agent/50_local.conf.inc +++ b/templates/feature/agl-offline-voice-agent/50_local.conf.inc @@ -6,9 +6,6 @@ RUNTIMETARGET:append:pn-gcc-runtime = " libquadmath" # 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 ptest-runner" +IMAGE_INSTALL:append = " python3-vosk-api vosk-kaldi vosk vosk-server python3-vosk-websocket-server python3-sounddevice flutter-vosk-demo" PREFERRED_PROVIDER_virtual/vosk-model ?= "vosk-model-small-en-us" - -DISTRO_FEATURES:append = " ptest" -EXTRA_IMAGE_FEATURES += "ptest-pkgs" |