diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-07-21 13:08:33 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-07-21 13:58:17 +0200 |
commit | 0cf70c4f4fa11154d0f894c67c776ede0b09c0a9 (patch) | |
tree | 771e3e11a4cf1ca8a02a0994616937602c59e7f5 /recipes-demo/cluster-receiver | |
parent | ed0546433050d3010b37a9c09e8f5a64f903d1f8 (diff) |
Remove usage of AGL_APP_REVISIONmarlin_13.0.3marlin_13.0.2marlin/13.0.3marlin/13.0.213.0.313.0.2marlin
The floating AGL_APP_REVISION leads to more rebuilds than necessary.
Replace it with a fixed SRCREV. This is recommended by upstream YP.
Bug-AGL: SPEC-4481
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I447f2c9a4a90867ac6e7971fd4bb89252938390b
Diffstat (limited to 'recipes-demo/cluster-receiver')
-rw-r--r-- | recipes-demo/cluster-receiver/cluster-receiver_git.bb | 2 | ||||
-rw-r--r-- | recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo/cluster-receiver/cluster-receiver_git.bb b/recipes-demo/cluster-receiver/cluster-receiver_git.bb index 3b1dd6a08..2bb71022a 100644 --- a/recipes-demo/cluster-receiver/cluster-receiver_git.bb +++ b/recipes-demo/cluster-receiver/cluster-receiver_git.bb @@ -17,7 +17,7 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-cluster-demo-receiver;protocol=https;branch=${AGL_BRANCH} \ file://cluster-receiver.service \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "4af517a670a67ca6d9535784ecd5be0e95d659e0" S = "${WORKDIR}/git" diff --git a/recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb b/recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb index d43ab4376..a871e9786 100644 --- a/recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb +++ b/recipes-demo/cluster-receiver/qt-cluster-receiver_git.bb @@ -19,7 +19,7 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-qt-cluster-demo-receiver;protocol=https;branch=${AGL_BRANCH} \ file://qt-cluster-receiver.service \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "867f8df04291c9b9e7d5087da22ed7782f98a1ea" S = "${WORKDIR}/git" |