From 3db7302e64f0107cf0939cf6a9c09e64be544a7e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 6 May 2021 12:24:24 +0100 Subject: [PATCH] arm/linux-yocto: add missing LINUX_VERSION to qemuarm64-sbsa As the SRCREV is pinned to a specific SHA we should also set LINUX_VERSION, as future kernel upgrades in oe-core master will change both SRCREV and LINUX_VERSION. Change-Id: Iafababe83ff54625112d2fae859d8a3938001cd5 Signed-off-by: Ross Burton --- meta-arm/recipes-kernel/linux/linux-yocto_5.10.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm/recipes-kernel/linux/linux-yocto_5.10.bbappend b/meta-arm/recipes-kernel/linux/linux-yocto_5.10.bbappend index 6c5a965b..b9995e04 100644 --- a/meta-arm/recipes-kernel/linux/linux-yocto_5.10.bbappend +++ b/meta-arm/recipes-kernel/linux/linux-yocto_5.10.bbappend @@ -7,6 +7,7 @@ SRC_URI_append_generic-arm64 = " \ " FILESEXTRAPATHS_prepend_qemuarm64-sbsa = "${ARMFILESPATHS}" +LINUX_VERSION_qemuarm64-sbsa = "5.10.30" SRCREV_machine_qemuarm64-sbsa = "d6e20b2257ecfa6e796a45a4175863862a28fa11" SRC_URI_append_qemuarm64-sbsa = " \ file://defconfig.patch \