diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-08-17 10:40:00 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-08-19 13:30:14 +0000 |
commit | 3356d6ef35cec1191f68eeae0d8bda13e567370e (patch) | |
tree | 2923ddc19ed5c506fd128914386139cb4075d11e /recipes-demo | |
parent | dd2c1da7b44b04f70af22d3f4a5c292008079bcc (diff) |
Update VSS engine speed signal user SRCREVs
Update the SRCREVs of the following applications that use the VSS
engine speed signal to pick up their fixes for the signal data type
being corrected in our VSS overlays:
- flutter-ics-homescreen
- flutter-cluster-dashboard
- dashboard
- cluster-dashboard
Bug-AGL: SPEC-5204
Change-Id: Ib50ed6964090ede432533a6eb1b7291d98a5e6f2
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30182
Tested-by: Jenkins Job builder account
Diffstat (limited to 'recipes-demo')
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb index 6c33d159d..ddf259ad0 100644 --- a/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb +++ b/recipes-demo/cluster-dashboard/cluster-dashboard_git.bb @@ -23,7 +23,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-dashboa file://cluster-dashboard.conf.demo \ file://cluster-dashboard.token \ " -SRCREV = "137144c447d8adb618f5acbcbafd65f50264d6eb" +SRCREV = "5b69d50808ea4d90af1cdb037f25309baae23fdf" S = "${WORKDIR}/git" diff --git a/recipes-demo/dashboard/dashboard_git.bb b/recipes-demo/dashboard/dashboard_git.bb index 8ea658b10..c0ca244cc 100644 --- a/recipes-demo/dashboard/dashboard_git.bb +++ b/recipes-demo/dashboard/dashboard_git.bb @@ -18,7 +18,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/dashboard;protocol=https file://dashboard.conf \ file://dashboard.token \ " -SRCREV = "0cfd9c9473dcb218d095f9e6b88f41e81765fdff" +SRCREV = "b1b67ab525555a082ca257ad08fc4fba9b1f74e3" S = "${WORKDIR}/git" diff --git a/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb b/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb index 2c9109c70..ad789d90d 100644 --- a/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb +++ b/recipes-demo/flutter-cluster-dashboard/flutter-cluster-dashboard_git.bb @@ -21,7 +21,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-instrument-clust " PV = "1.0+git${SRCPV}" -SRCREV = "5bd594ae8ad92e8e74966c4ad87df83ec8088c2d" +SRCREV = "4a6dd91a1e1c7821eae1668449885a8c04825071" S = "${WORKDIR}/git" diff --git a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb index be9f3af0d..c911547c0 100644 --- a/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb +++ b/recipes-demo/flutter-ics-homescreen/flutter-ics-homescreen_git.bb @@ -17,7 +17,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/flutter-ics-homescreen;p file://radio-presets.yaml \ file://kvm.conf \ " -SRCREV = "25b6a079d5fe9c1365d776298ae5230a4de1ba16" +SRCREV = "3ef28eeae6e3336232ab13d0d934aa82892dfe74" S = "${WORKDIR}/git" |