From cc42e5499d78a90cde98fc45a47fb8ff63ba8120 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Wed, 4 Aug 2021 12:21:56 -0400 Subject: [PATCH] juno: temporarily pin 5.4 kernel version Recent changes in the 5.4 kernel are preventing the juno patches from applying. Temporarily pin the kernel to the version prior to this until the patches can be rebased. Signed-off-by: Jon Mason --- meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc b/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc index 5c547b7e..e66fd5fb 100644 --- a/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc +++ b/meta-arm-bsp/recipes-kernel/linux/linux-arm-platforms.inc @@ -48,6 +48,10 @@ COMPATIBLE_MACHINE:juno = "juno" KMACHINE:juno = "juno" KBUILD_DEFCONFIG:juno = "defconfig" KCONFIG_MODE:juno = "--alldefconfig" +#FIXME - temporarily pin kernel version to allow for juno patches to apply +KBRANCH:juno = "v5.4/standard/base" +KERNEL_VERSION_SANITY_SKIP:juno = "1" +SRCREV_machine:juno = "dd8a64a523fb714a98328441e0de72cde115a6fc" FILESEXTRAPATHS:prepend:juno := "${ARMBSPFILESPATHS}" SRC_URI:append:juno = " \ file://0001-mailbox-add-support-for-doorbell-signal-mode-control.patch \