From 19872cdb6a805eebfe286b6576f0b6a3ec215bd1 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 27 May 2024 12:23:59 -0400 Subject: agl-demo-control-panel: update SRCREV Update SRCREV to pick up: 262fd55 Enable secure mode in default configuration 157db1c Rework configuration saving 7a4d074 Improve vehicle simulator 8a9b40d Add ability to disable HVAC and steering wheel pages 8a51836 Simplify server configuration 733b6dc Add gitreview file for Quirky Quillback branch Bug-AGL: SPEC-5138, SPEC-5141, SPEC-5142, SPEC-5143 Change-Id: I9545b5009cacc02e15d0f85749d5a0fbc61538ec Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29942 Tested-by: Jan-Simon Moeller Reviewed-by: Jan-Simon Moeller --- recipes-demo/agl-demo-control-panel/agl-demo-control-panel_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo/agl-demo-control-panel/agl-demo-control-panel_git.bb b/recipes-demo/agl-demo-control-panel/agl-demo-control-panel_git.bb index c3ae99dc..87f55636 100644 --- a/recipes-demo/agl-demo-control-panel/agl-demo-control-panel_git.bb +++ b/recipes-demo/agl-demo-control-panel/agl-demo-control-panel_git.bb @@ -7,7 +7,7 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-demo-control-panel;protocol=https;branch=${AGL_BRANCH} \ file://agl-demo-control-panel.service \ " -SRCREV = "545256365dc0603658ad5e17bfa1fa00ba829d7e" +SRCREV = "262fd5529462617cbb65747585498c8977cdd9db" S = "${WORKDIR}/git" -- cgit 1.2.3-korg