From bb3fafea5a3094909c8d7fb3216c37210fcfc339 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 5 Dec 2017 16:17:17 +0100 Subject: backports: pin version to specific git hash Don't use HEAD of branch for every build. That way we get more reproduciable builds and the git fetcher will not access the network on every build to check what the current HEAD actually is. Signed-off-by: Max Krummenacher Acked-by: Dominik Sliwa --- recipes-kernel/backports/backports_4.11.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/backports/backports_4.11.bb b/recipes-kernel/backports/backports_4.11.bb index b84f378..c6523b1 100644 --- a/recipes-kernel/backports/backports_4.11.bb +++ b/recipes-kernel/backports/backports_4.11.bb @@ -5,9 +5,9 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" INC_PR = "r1" -SRCREV = "toradex-${PV}" +SRCREV = "ad615b7c1f2bfdb766f225805569f0a1495edc69" SRC_URI = " \ - git://git.toradex.com/backports-toradex.git;protocol=git;branch=${SRCREV} \ + git://git.toradex.com/backports-toradex.git;protocol=git;branch=toradex-${PV} \ file://makefile.patch \ file://config \ " -- cgit v1.2.3