diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-08-20 11:36:19 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-08-22 18:27:05 +0000 |
commit | 8d51c4656b72d801354b9970e0f95530f1ce43bb (patch) | |
tree | 0bef966c712228dfe50367b6d30225629f9b058e | |
parent | 145d8b075a26f9b8810c6b846642db63b462ea38 (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: I7fe1a4da9b6994494fe1a855d4b0025ee3ce9c64
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30219
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
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..0cb84d391 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 = "7fd10f917f0cc93725cda3ca64eff6b7f66a90c6" S = "${WORKDIR}/git" diff --git a/recipes-demo/dashboard/dashboard_git.bb b/recipes-demo/dashboard/dashboard_git.bb index 8ea658b10..bd597b8ea 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 = "60bda9efa11e018681152671fd68824316db70be" 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..013f4f87c 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 = "e39bf6a1e3657542a56f21b3afa6a65ea0a194e2" 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 7c29974b8..0d4862e6b 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 = "6188a4c545e6e6794eba943431ec20108553b98f" +SRCREV = "1e99e3a52f3d4d81d7cc890630ac591d38f731df" S = "${WORKDIR}/git" |