From 0bd9c740267c0926e89bcfdb489790b7bf1fbd4b Mon Sep 17 00:00:00 2001 From: Diego Sueiro Date: Fri, 5 Jun 2020 14:54:02 +0100 Subject: [PATCH] arm-bsp, linux-linaro-arm: Don't perform SHA verification Since the Linaro kernel-release repo doesn't have a master branch and the branches are force pushed, we need to have the nobranch=1 setting in the SRC_URI and have the SRCREV pointing to TAG commit SHA the will not get modified. Change-Id: Id1ad6b57a6f11ec4dadd3647043e6f2f48f498d4 Issue-ID: SCM-888 Signed-off-by: Diego Sueiro Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb b/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb index fcc07a64..d2cd1270 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb +++ b/meta-arm-bsp/recipes-kernel/linux/linux-linaro-arm_5.4.bb @@ -11,10 +11,11 @@ COMPATIBLE_MACHINE ?= "invalid" # KBRANCH is set to n1sdp by default as there is no master branch on the repository KBRANCH = "n1sdp" -SRC_URI = "git://git.linaro.org/landing-teams/working/arm/kernel-release.git;branch=${KBRANCH}; \ +SRC_URI = "git://git.linaro.org/landing-teams/working/arm/kernel-release.git;nobranch=1 \ file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-location.patch \ " LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" -SRCREV = "${AUTOREV}" +# Refer to commit TAG N1SDP-2020.03.26 since it will not get force pushed +SRCREV = "137cccb0843e63b031acf67d1ca4f6447b8c417c" LINUX_VERSION ?= "${PV}"