From 4909597d6e975861c185c8f12ac62421e26aee63 Mon Sep 17 00:00:00 2001 From: Daiane Angolini Date: Fri, 27 Dec 2024 11:22:01 -0300 Subject: [PATCH] bsp: linux-lmp-fslc-imx-xeno4: Change the version of included file It still points to kernel 6.1, however, as the linux-lmp-fslc-imx recipe has been bumped, some configuration variable was missing (such as LICENSE). This is not a permanent change, as idealy we need a new branch for the 6.6 xeno kernel. But until this is created, it can save us from having a parse error. Signed-off-by: Daiane Angolini --- .../recipes-kernel/linux/linux-lmp-fslc-imx-xeno4_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-lmp-bsp/recipes-kernel/linux/linux-lmp-fslc-imx-xeno4_git.bb b/meta-lmp-bsp/recipes-kernel/linux/linux-lmp-fslc-imx-xeno4_git.bb index 34212d6bb..0434c6006 100644 --- a/meta-lmp-bsp/recipes-kernel/linux/linux-lmp-fslc-imx-xeno4_git.bb +++ b/meta-lmp-bsp/recipes-kernel/linux/linux-lmp-fslc-imx-xeno4_git.bb @@ -1,4 +1,4 @@ -include linux-lmp-fslc-imx_6.1.bb +include linux-lmp-fslc-imx_6.6.bb FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"