diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-11-10 16:44:46 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-11-10 16:46:54 -0500 |
commit | b757b6bb346ccc673f3b3377c46ba0bd54decd32 (patch) | |
tree | dcb34371e3bd64b1bacb4fd2d399871739146edb /recipes-demo/dashboard | |
parent | 54ef381ec92148015cbd743a1b30771cca22f80b (diff) |
Updates for KUKSA.val 0.2.5
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: I581ad6560032c76458e00658b750cba7d0b6e1de
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..8ea658b10 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 = "0cfd9c9473dcb218d095f9e6b88f41e81765fdff" S = "${WORKDIR}/git" |