diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2025-01-10 16:18:19 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2025-01-14 08:16:52 +0000 |
commit | 3ea1a11761e2a170d135ef95f99e18704683c274 (patch) | |
tree | 6208c4c681ddfe402ad577125f302e3781ecfe2e | |
parent | 28296f3e5e6798a795387c7b9d57cb5e30904007 (diff) |
tbtnavi: Bump SRCREV
Includes the following change:
- main: Wait until the channel is ready
This change is needed to make sure we are actually placed on the proper
output. This change is similar to the receiver side where are doing
something alike to make sure the gRPC change is in ready state.
Change-Id: I242c016a91468853c581c009e23946c0dce366ed
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30739
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r-- | recipes-demo/navigation/tbtnavi_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/navigation/tbtnavi_git.bb b/recipes-demo/navigation/tbtnavi_git.bb index 240a9e0c4..66e17eb84 100644 --- a/recipes-demo/navigation/tbtnavi_git.bb +++ b/recipes-demo/navigation/tbtnavi_git.bb @@ -32,7 +32,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/tbtnavi;protocol=https;b file://tbtnavi.token \ file://kvm.conf \ " -SRCREV = "81e1e631c495b8e8ab1fe479c0ddcd7744d81eda" +SRCREV = "a89eac8f101fd6cd88b4a93dee02de03dab36c21" S = "${WORKDIR}/git" |