summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorLuan Rafael Carneiro <luan.rafael@ossystems.com.br>2024-04-12 16:09:44 -0300
committerLuan Rafael Carneiro <luan.rafael@ossystems.com.br>2024-04-12 17:00:59 -0300
commit14c284eb5361bd5e7526061ec03a109e2698d08a (patch)
tree9ccb9c70f2ea5bb070ff9d94d41710700a9c5343 /recipes-kernel
parenteb50eb9f7c78ae1f82e7101d9f35af07a9ae802e (diff)
downloadmeta-freescale-14c284eb5361bd5e7526061ec03a109e2698d08a.tar.gz
linux-fslc-imx: Update from v6.1 to v6.6
Update linux-fslc-imx from version 6.1 to 6.6. This commit also changes 32-bit imx based machines to add device tree subdirectory. The changed machines are: - conf/machine/imx6qdlsabreauto.conf - conf/machine/imx6qdlsabresd.conf - conf/machine/imx6slevk.conf - conf/machine/imx6sllevk.conf - conf/machine/imx6sxsabreauto.conf - conf/machine/imx6sxsabresd.conf - conf/machine/imx6ulevk.conf - conf/machine/imx6ullevk.conf - conf/machine/imx6ulz-14x14-evk.conf - conf/machine/imx7dsabresd.conf - conf/machine/imx7ulpevk.conf Signed-off-by: Luan Rafael Carneiro <luan.rafael@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_6.6.bb (renamed from recipes-kernel/linux/linux-fslc-imx_6.1.bb)10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.1.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb
index 1d6fdf34..6e31c1e2 100644
--- a/recipes-kernel/linux/linux-fslc-imx_6.1.bb
+++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb
@@ -54,18 +54,16 @@ Latest stable Kernel patchlevel is applied and maintained by Community."
54 54
55require linux-imx.inc 55require linux-imx.inc
56 56
57KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE = "1" 57KBRANCH = "6.6-1.0.x-imx"
58
59KBRANCH = "6.1-2.2.x-imx"
60SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 58SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
61SRCREV = "2bfda7392e6621dd9060f87d7f9d601bb1906dbf" 59SRCREV = "ccf0a99701a701fb48a04e31ffe3f9d585a8374a"
62 60
63# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 61# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
64# required by kernel-yocto.bbclass. 62# required by kernel-yocto.bbclass.
65# 63#
66# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 64# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
67# should be updated once patchlevel is merged. 65# should be updated once patchlevel is merged.
68LINUX_VERSION = "6.1.70" 66LINUX_VERSION = "6.6.3"
69 67
70KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" 68KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
71KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" 69KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"
@@ -73,7 +71,7 @@ KBUILD_DEFCONFIG:mx8-generic-bsp = "imx_v8_defconfig"
73KBUILD_DEFCONFIG:mx9-generic-bsp = "imx_v8_defconfig" 71KBUILD_DEFCONFIG:mx9-generic-bsp = "imx_v8_defconfig"
74 72
75# Local version indicates the branch name in the NXP kernel tree where patches are collected from. 73# Local version indicates the branch name in the NXP kernel tree where patches are collected from.
76LOCALVERSION = "-lf-6.1.y" 74LOCALVERSION = "-lf-6.6.y"
77 75
78DEFAULT_PREFERENCE = "1" 76DEFAULT_PREFERENCE = "1"
79 77