diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-18 21:01:26 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-01-19 15:35:18 -0500 |
commit | a67f478598b103a6a016345b8dccdde32c25cbf4 (patch) | |
tree | 17e4e178561451abf0b9f5a2f6b7a41beffcc958 | |
parent | 43efe5de919056372ef8d85ca340aa3e653c609f (diff) |
Update radio support in demo applicationneedlefish_14.0.3needlefish/14.0.314.0.3
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 <scott.murray@konsulko.com>
-rw-r--r-- | recipes-demo/libqtappfw/libqtappfw_git.bb | 2 | ||||
-rw-r--r-- | 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" |