From 84aaa4e4e6b081efef5f2ac2ead133d401866a7b Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Mon, 19 Dec 2022 18:23:51 +0100 Subject: [PATCH] linux-dey: use branch v5.15.71/nxp/master for NXP based platforms Also enable recipe for ccimx93, and pass the correct DTC flags to create overlays capable DTBs. Signed-off-by: Javier Viguera --- meta-digi-arm/recipes-kernel/linux/linux-dey_5.15.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-dey_5.15.bb b/meta-digi-arm/recipes-kernel/linux/linux-dey_5.15.bb index abbdfb850..54e4aaba5 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-dey_5.15.bb +++ b/meta-digi-arm/recipes-kernel/linux/linux-dey_5.15.bb @@ -10,7 +10,7 @@ DEPENDS += "${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'lzop-native', inherit kernel inherit ${@oe.utils.conditional('DEY_BUILD_PLATFORM', 'NXP', 'fsl-kernel-localversion', '', d)} -SRCBRANCH = "v5.15.52/nxp/master" +SRCBRANCH = "v5.15.71/nxp/master" SRCBRANCH:stm32mpcommon = "v5.15.24/stm/master" SRCREV = "${AUTOREV}" SRCREV:stm32mpcommon = "${AUTOREV}" @@ -45,6 +45,9 @@ do_configure:append() { fi } +# Create base DTB suitable for overlays +KERNEL_DTC_FLAGS += "-@" + KERNEL_EXTRA_ARGS:stm32mpcommon += "LOADADDR=${ST_KERNEL_LOADADDR}" -COMPATIBLE_MACHINE = "(ccimx6ul|ccmp1)" +COMPATIBLE_MACHINE = "(ccimx6ul|ccimx93|ccmp1)"