From 93f5170eb2aa764078d04468ec2e80544cf6f3bb Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 16 Feb 2023 16:11:32 +0000 Subject: [PATCH] arm/boot-wrapper-aarch64: tell upgrade checker to look for new SHAs This repository doesn't tag releases, so just track the latest SHA. Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- .../boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb b/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb index 74adaf34..411dac0c 100644 --- a/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb +++ b/meta-arm/recipes-bsp/boot-wrapper-aarch64/boot-wrapper-aarch64_git.bb @@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=bb63326febfb5fb909226c8e7ebcef5c" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/mark/boot-wrapper-aarch64.git;branch=master" SRCREV = "1044c77062573985f7c994c3b6cef5695f57e955" +# boot-wrapper doesn't make releases +UPSTREAM_CHECK_COMMITS = "1" + PV = "git${SRCPV}" S = "${WORKDIR}/git"