Remove use of AGL_APP_REVISION 92/27692/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 29 Jun 2022 18:21:16 +0000 (20:21 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 29 Jun 2022 18:21:16 +0000 (20:21 +0200)
commite8f2aecd6e6f9ee388d7c601896ad7b3d1ca87ce
tree8a7fcf2319985cf4d44a1841722b76cc8b2462c8
parent2a0d3a9ce6a31694118f1ac1f5c539eadfbb9cfe
Remove use of AGL_APP_REVISION

We did use the variable AGL_APP_REVISION to change between the HEAD of the branch
via  to the fixed tag at release time (regs/tags/xyz) .

While this worked well previously, it turns out that bitbake will query git every time
it runs for either  or tags likewise. For tags it cannot trust whatever is known locally
is actually the latest tags as there can be force pushed tags.

To fix this we use a well-defined SRCREV for apps/* in the same way
as we do it for src/* .

Bug-AGL: SPEC-4455
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I97fc125d40b36b7ac5e069018a8973384f61d0b7
17 files changed:
recipes-demo/camera-gstreamer/camera-gstreamer_git.bb
recipes-demo/cluster-dashboard/cluster-dashboard_git.bb
recipes-demo/cluster-gauges-qtcompositor/cluster-gauges-qtcompositor_git.bb
recipes-demo/cluster-receiver/cluster-receiver_git.bb
recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb
recipes-demo/dashboard/dashboard_git.bb
recipes-demo/homescreen/homescreen_git.bb
recipes-demo/hvac/hvac_git.bb
recipes-demo/launcher/launcher_git.bb
recipes-demo/mediaplayer/mediaplayer_git.bb
recipes-demo/messaging/messaging_git.bb
recipes-demo/navigation/ondemandnavi_git.bb
recipes-demo/navigation/tbtnavi_git.bb
recipes-demo/phone/phone_git.bb
recipes-demo/radio/radio_git.bb
recipes-demo/settings/settings_git.bb
scripts/run-yocto-check-layer-all-layers.sh