summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-imx_6.6.bb (renamed from recipes-kernel/linux/linux-imx_6.1.bb)10
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-imx_6.1.bb b/recipes-kernel/linux/linux-imx_6.6.bb
index 6b93a1d0..409e1f66 100644
--- a/recipes-kernel/linux/linux-imx_6.1.bb
+++ b/recipes-kernel/linux/linux-imx_6.6.bb
@@ -12,18 +12,16 @@ i.MX Family Reference Boards. It includes support for many IPs such as GPU, VPU
12 12
13require recipes-kernel/linux/linux-imx.inc 13require recipes-kernel/linux/linux-imx.inc
14 14
15KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE = "1" 15SRCBRANCH = "lf-6.6.y"
16 16LOCALVERSION = "-6.6.3-1.0.0"
17SRCBRANCH = "lf-6.1.y" 17SRCREV = "ccf0a99701a701fb48a04e31ffe3f9d585a8374a"
18LOCALVERSION = "-6.1.55-2.2.0"
19SRCREV = "770c5fe2c1d1529fae21b7043911cd50c6cf087e"
20 18
21# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 19# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
22# required by kernel-yocto.bbclass. 20# required by kernel-yocto.bbclass.
23# 21#
24# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 22# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
25# should be updated once patchlevel is merged. 23# should be updated once patchlevel is merged.
26LINUX_VERSION = "6.1.55" 24LINUX_VERSION = "6.6.3"
27 25
28KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" 26KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
29KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" 27KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"