diff options
author | Michael Glembotzki <Michael.Glembotzki@iris-sensing.com> | 2024-09-17 13:22:45 +0200 |
---|---|---|
committer | Michael Glembotzki <Michael.Glembotzki@iris-sensing.com> | 2024-09-17 14:23:53 +0200 |
commit | cb2c4d72298ecb7031f065df558381f797017f9f (patch) | |
tree | dfed89f47c09d66af69776c7967b358f8ec1848c /recipes-kernel | |
parent | 53fbb80832d04a449cd4242d9339e8c0e88feb1a (diff) | |
download | meta-freescale-cb2c4d72298ecb7031f065df558381f797017f9f.tar.gz |
Follow 6.6-2.0.x-imx instead of 6.6-1.0.x-imx
Signed-off-by: Michael Glembotzki <Michael.Glembotzki@iris-sensing.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.6.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb index 314ebf48..4810ca11 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb | |||
@@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
28 | # ------------------------------------------------------------------------------ | 28 | # ------------------------------------------------------------------------------ |
29 | # 1. Stable (tag or SHA(s)) | 29 | # 1. Stable (tag or SHA(s)) |
30 | # ------------------------------------------------------------------------------ | 30 | # ------------------------------------------------------------------------------ |
31 | # tag: v6.6.28 | 31 | # tag: v6.6.23 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -51,16 +51,16 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
51 | 51 | ||
52 | require linux-imx.inc | 52 | require linux-imx.inc |
53 | 53 | ||
54 | KBRANCH = "6.6-1.0.x-imx" | 54 | KBRANCH = "6.6-2.0.x-imx" |
55 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 55 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
56 | SRCREV = "13ed4e83694299049a3d4449fdb61471292ef19b" | 56 | SRCREV = "dd280fd310dd5fabbff7393175ee9d7a6aea6b34" |
57 | 57 | ||
58 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 58 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
59 | # required by kernel-yocto.bbclass. | 59 | # required by kernel-yocto.bbclass. |
60 | # | 60 | # |
61 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 61 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
62 | # should be updated once patchlevel is merged. | 62 | # should be updated once patchlevel is merged. |
63 | LINUX_VERSION = "6.6.28" | 63 | LINUX_VERSION = "6.6.23" |
64 | 64 | ||
65 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" | 65 | KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" |
66 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" | 66 | KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" |