diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2024-09-18 08:17:01 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 08:17:01 -0300 |
| commit | 71bf377029d99dc64a54f6cff8941fcdfb8fb58d (patch) | |
| tree | 9359474a34f3fe35aff11f0acdee585ad77a5afe /recipes-kernel | |
| parent | d725383bfe2273b6a5c88088ce99fb5bac14764e (diff) | |
| parent | 3b79615861d976e541478fd086ab9a384fd352a1 (diff) | |
| download | meta-freescale-71bf377029d99dc64a54f6cff8941fcdfb8fb58d.tar.gz | |
Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
Follow 6.6-2.0.x-imx instead of 6.6-1.0.x-imx
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 314ebf487..4810ca11f 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" |
