summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-fslc-lts_6.6.bb (renamed from recipes-kernel/linux/linux-fslc-lts_6.1.bb)12
1 files changed, 4 insertions, 8 deletions
diff --git a/recipes-kernel/linux/linux-fslc-lts_6.1.bb b/recipes-kernel/linux/linux-fslc-lts_6.6.bb
index 8e1bab4b..a8c91cdb 100644
--- a/recipes-kernel/linux/linux-fslc-lts_6.1.bb
+++ b/recipes-kernel/linux/linux-fslc-lts_6.6.bb
@@ -1,4 +1,4 @@
1# Copyright (C) 2012-2019 O.S. Systems Software LTDA. 1# Copyright (C) 2012-2024 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms) 2# Released under the MIT license (see COPYING.MIT for the terms)
3# 3#
4# SPDX-License-Identifier: MIT 4# SPDX-License-Identifier: MIT
@@ -12,8 +12,6 @@ upstreaming in any form."
12 12
13require linux-imx.inc 13require linux-imx.inc
14 14
15KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE = "1"
16
17SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 15SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
18 16
19# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 17# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
@@ -21,14 +19,12 @@ SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=
21# 19#
22# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 20# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
23# should be updated once patchlevel is merged. 21# should be updated once patchlevel is merged.
24LINUX_VERSION = "6.1.72" 22LINUX_VERSION = "6.6.50"
25 23
26KBRANCH = "6.1.x+fslc" 24KBRANCH = "6.6.x+fslc"
27SRCREV = "b80c9dede70132da3ae7feb949fe0803aad3db24" 25SRCREV = "2473dfed9007471b503efe1f7de74d63eaf4c699"
28 26
29KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" 27KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"
30KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"
31KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig"
32KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig" 28KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig"
33KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v6_v7_defconfig" 29KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v6_v7_defconfig"
34KBUILD_DEFCONFIG:mx8-generic-bsp = "defconfig" 30KBUILD_DEFCONFIG:mx8-generic-bsp = "defconfig"