diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-11-10 14:27:31 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-11-10 15:55:31 -0500 |
commit | 1f50897425b17c20cfa39158d5aa98cd2bc2d025 (patch) | |
tree | 55f325529d337a1efa0deaea8dabc0bba29bc21b /recipes-demo/dashboard | |
parent | 08c147c6ae6532088a9753ae0272653cfbd8879b (diff) |
Updates for KUKSA.val 0.2.5needlefish_14.0.2needlefish/14.0.214.0.2
Update SRCREVs for the agl-service-audiomixer and agl-service-hvac
services as well as the dashboard and agl-cluster-demo-dashboard apps
to pick up fixes for signal changes in KUKSA.val 0.2.5.
Bug-AGL: SPEC-4587, SPEC-4598
Change-Id: I1679febbde76f33f0be5413445f8f9d031d07c9d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo/dashboard')
-rw-r--r-- | recipes-demo/dashboard/dashboard_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/dashboard/dashboard_git.bb b/recipes-demo/dashboard/dashboard_git.bb index 64eb2f017..fe09bbd4d 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 = "4efe67714e60e2ab86acf1edee500373f6820954" +SRCREV = "ba638ce33cfac78b07c8fb69947bf6aead57d6b7" S = "${WORKDIR}/git" |