From 904f8e82c2772986fad500af4f72f5211a7ff831 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 19 Dec 2022 14:01:24 +0000 Subject: [PATCH] arm-bsp/linux-yocto: temporarily downgrade juno to 5.15.72 The mailbox patches don't apply to 5.15.78 so until they can be rebased and retested, pin the kernel to 5.15.72. Signed-off-by: Ross Burton --- meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend b/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend new file mode 100644 index 00000000..b0bbfeff --- /dev/null +++ b/meta-arm-bsp/recipes-kernel/linux/linux-yocto_5.15.bbappend @@ -0,0 +1,3 @@ +# This is only needed until the juno patches are updated to the latest 5.15 release. +LINUX_VERSION:juno = "5.15.72" +SRCREV_machine:juno = "0b628306d1f9ea28c0e86369ce9bb87a47893c9c"