From 4f04fd3fd733e1109c27d48a74ed34819777596e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Fri, 16 Feb 2024 17:16:41 -0500 Subject: meta-offline-voice-agent: remove 'virtual/' RPROVIDES Replace 'virtual/vosk-model' RPROVIDES use with just 'vosk-model' to future-proof for Yocto Project 5.0 / Scarthgap, where it triggers a warning. Also update checksums in a couple of the model recipes to fix errors seen during test builds. Bug-AGL: SPEC-5067 Change-Id: I6d39342059c93d7bef77e9b65ff11a9b2aee51aa Signed-off-by: Scott Murray --- templates/feature/agl-offline-voice-agent/50_local.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') 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 95bc4365..f8ca1d82 100644 --- a/templates/feature/agl-offline-voice-agent/50_local.conf.inc +++ b/templates/feature/agl-offline-voice-agent/50_local.conf.inc @@ -23,7 +23,7 @@ IMAGE_INSTALL:append = " \ agl-service-voiceagent \ " -PREFERRED_PROVIDER_virtual/vosk-model ?= "vosk-model-small-en-us" +PREFERRED_RPROVIDER_vosk-model ?= "vosk-model-small-en-us" # bump bazel limits -- cgit 1.2.3-korg