diff options
author | Benjamin Szőke <egyszeregy@freemail.hu> | 2024-09-27 22:38:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 22:38:01 +0200 |
commit | 64ec836a179d1cd95196a3315cd8550b78c25e9e (patch) | |
tree | 3a1c0262578d370ad10f7e0513a979b71c7fde13 /recipes-kernel | |
parent | d710286700d25ffb0a2ba94c3ee3943b352b7bd6 (diff) | |
download | meta-freescale-64ec836a179d1cd95196a3315cd8550b78c25e9e.tar.gz |
linux-fslc-lts: update to v6.6.50
Diffstat (limited to 'recipes-kernel')
-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 | ||
13 | require linux-imx.inc | 13 | require linux-imx.inc |
14 | 14 | ||
15 | KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE = "1" | ||
16 | |||
17 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 15 | SRC_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. |
24 | LINUX_VERSION = "6.1.72" | 22 | LINUX_VERSION = "6.6.50" |
25 | 23 | ||
26 | KBRANCH = "6.1.x+fslc" | 24 | KBRANCH = "6.6.x+fslc" |
27 | SRCREV = "b80c9dede70132da3ae7feb949fe0803aad3db24" | 25 | SRCREV = "2473dfed9007471b503efe1f7de74d63eaf4c699" |
28 | 26 | ||
29 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" | 27 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" |
30 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" | ||
31 | KBUILD_DEFCONFIG:mx5-generic-bsp = "imx_v6_v7_defconfig" | ||
32 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig" | 28 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v6_v7_defconfig" |
33 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v6_v7_defconfig" | 29 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v6_v7_defconfig" |
34 | KBUILD_DEFCONFIG:mx8-generic-bsp = "defconfig" | 30 | KBUILD_DEFCONFIG:mx8-generic-bsp = "defconfig" |