From a67f478598b103a6a016345b8dccdde32c25cbf4 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 18 Jan 2023 21:01:26 -0500 Subject: [PATCH] Update radio support in demo application Update libqtappfw SRCREV to pick up: 22ad8cb Rework radio support for new gRPC API ce49ef3 vehicle-signals: Increase double value precision and radio SRCREV to pick up: 6ae60dc Update radio wrapper name Bug-AGL: SPEC-4665, SPEC-4662 Change-Id: I2dc36a24e5784a9cb72df2f60cfe690aaa5b2f17 Signed-off-by: Scott Murray --- recipes-demo/libqtappfw/libqtappfw_git.bb | 2 +- recipes-demo/radio/radio_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb index 854622646..a1001ab6e 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -22,7 +22,7 @@ DEPENDS = " \ " SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "187ab41bb5082d07b6a81fb9dba2564f39e9d770" +SRCREV = "22ad8cbaad00d89361cbd92023dd20a807bcf5cb" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly diff --git a/recipes-demo/radio/radio_git.bb b/recipes-demo/radio/radio_git.bb index ee9fb9f26..d35b793ff 100644 --- a/recipes-demo/radio/radio_git.bb +++ b/recipes-demo/radio/radio_git.bb @@ -15,7 +15,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/radio;protocol=https;bra file://presets-CES.conf \ file://presets-FOSDEM.conf \ " -SRCREV = "cacb72ea5488e770be911eb975e4b7741d242814" +SRCREV = "6ae60dcb666e95dad881457cea03a7b72d15faf3" S = "${WORKDIR}/git" -- 2.16.6