diff options
author | Anuj Solanki <anuj603362@gmail.com> | 2024-10-08 22:37:29 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-10-10 06:39:38 +0000 |
commit | 180b4562afff73e17272aa08ba88f118dc638241 (patch) | |
tree | 564cc3981bef5ca41b2a992ec3f8185d3e6bae46 /meta-offline-voice-agent/recipes-assistant | |
parent | 5406db62a6f753155050f00f68e09a71decf070d (diff) |
Update snips-nlu-parsers and Bug fix
- Updated snips-nlu-parsers to support the new snips model.
- Update flutter-voiceassistant app service.
Bug-AGL: SPEC-5200
Change-Id: I9b835a2af37108b15262474da1c5fc95fe3fa335
Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Diffstat (limited to 'meta-offline-voice-agent/recipes-assistant')
2 files changed, 4 insertions, 6 deletions
diff --git a/meta-offline-voice-agent/recipes-assistant/voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service b/meta-offline-voice-agent/recipes-assistant/voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service index 101326b3..889c5768 100644 --- a/meta-offline-voice-agent/recipes-assistant/voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service +++ b/meta-offline-voice-agent/recipes-assistant/voiceagent-app/files/agl-app-flutter@flutter_voiceassistant.service @@ -6,4 +6,4 @@ Type=simple User=agl-driver EnvironmentFile=/etc/default/flutter Environment=XDG_RUNTIME_DIR=/run/user/1001/ -ExecStart=/usr/bin/flutter-auto --b=/flutter/flutter_voiceassistant/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --xdg-shell-app-id=flutter_voiceassistant +ExecStart=/usr/bin/flutter-auto -b /usr/share/flutter/flutter_voiceassistant/${FLUTTER_VERSION}/${FLUTTER_RUNTIME} --xdg-shell-app-id flutter_voiceassistant diff --git a/meta-offline-voice-agent/recipes-assistant/voiceagent-app/flutter-voiceassistant_git.bb b/meta-offline-voice-agent/recipes-assistant/voiceagent-app/flutter-voiceassistant_git.bb index cdb9d3d8..be3edc0f 100644 --- a/meta-offline-voice-agent/recipes-assistant/voiceagent-app/flutter-voiceassistant_git.bb +++ b/meta-offline-voice-agent/recipes-assistant/voiceagent-app/flutter-voiceassistant_git.bb @@ -6,10 +6,9 @@ SECTION = "graphics" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=4202492ed9afcab3aaecc4a9ec32adb2" -SRC_URI = "\ - git://gerrit.automotivelinux.org/gerrit/apps/flutter-speechrecognition-demo;protocol=https;branch=${AGL_BRANCH} \ - file://agl-app-flutter@flutter_voiceassistant.service \ -" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-speechrecognition-demo;protocol=https;branch=${AGL_BRANCH} \ + file://agl-app-flutter@flutter_voiceassistant.service \ + " SRCREV = "${AUTOREV}" S = "${WORKDIR}/git" @@ -19,7 +18,6 @@ inherit agl-app flutter-app # flutter-app ############# PUBSPEC_APPNAME = "flutter_voiceassistant" -FLUTTER_APPLICATION_INSTALL_PREFIX = "/flutter" FLUTTER_BUILD_ARGS = "bundle -v" # agl-app |