1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-06 04:42:16 +00:00

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 <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2021-08-04 12:21:56 -04:00
parent 30077d988f
commit e82b83c92e

View File

@@ -49,6 +49,10 @@ COMPATIBLE_MACHINE_juno = "juno"
KMACHINE_juno = "juno" KMACHINE_juno = "juno"
KBUILD_DEFCONFIG_juno = "defconfig" KBUILD_DEFCONFIG_juno = "defconfig"
KCONFIG_MODE_juno = "--alldefconfig" 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}" FILESEXTRAPATHS_prepend_juno := "${ARMBSPFILESPATHS}"
SRC_URI_append_juno = " \ SRC_URI_append_juno = " \
file://0001-mailbox-add-support-for-doorbell-signal-mode-control.patch \ file://0001-mailbox-add-support-for-doorbell-signal-mode-control.patch \