diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-01-09 14:36:18 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 14:36:18 -0300 |
commit | 9dc9f18dd3faa177d797e5c1a1f3d543fb703d0c (patch) | |
tree | f1cefcfda6bb285aa5302c27c40dd790c4eb89e7 /recipes-kernel | |
parent | fd315519267fcefce42fc1c17032e0d456bb37a4 (diff) | |
parent | 3d76055089ee8fb6f52bd8a3323cca7578557fe1 (diff) | |
download | meta-freescale-9dc9f18dd3faa177d797e5c1a1f3d543fb703d0c.tar.gz |
Merge pull request #2062 from Freescale/bump-l
linux-fslc-imx: bump to add one bugfix
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.6.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb index b926b4ff..0e9a9edd 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb | |||
@@ -43,6 +43,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
43 | # Additional commits may exist to better acommodate yocto builds. | 43 | # Additional commits may exist to better acommodate yocto builds. |
44 | # | 44 | # |
45 | # $ git log --oneline --no-merges v6.6.52.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y | 45 | # $ git log --oneline --no-merges v6.6.52.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y |
46 | # - 93b9fc75becd nvmem: imx-ocotp-fsb-s400: BUG: Fix the word count | ||
46 | # - 090d101928fc tty: vt: conmakehash: Don't mention the full path of the input in output | 47 | # - 090d101928fc tty: vt: conmakehash: Don't mention the full path of the input in output |
47 | # - d16eb5ced32f arm64: dts: imx8mm-evk-qca-wifi: enable support for bluetooth | 48 | # - d16eb5ced32f arm64: dts: imx8mm-evk-qca-wifi: enable support for bluetooth |
48 | # - d39502c0dea9 imx:dts:imx8mm-evkb: fix the pmic name to avoid duplicated label error | 49 | # - d39502c0dea9 imx:dts:imx8mm-evkb: fix the pmic name to avoid duplicated label error |
@@ -62,7 +63,7 @@ require linux-imx.inc | |||
62 | 63 | ||
63 | KBRANCH = "6.6-2.2.x-imx" | 64 | KBRANCH = "6.6-2.2.x-imx" |
64 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 65 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
65 | SRCREV = "113a097d3614e3dce802828ae439be23c5e4c931" | 66 | SRCREV = "657504d5644f24a41822960ed31b883062ca30c9" |
66 | 67 | ||
67 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 68 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
68 | # required by kernel-yocto.bbclass. | 69 | # required by kernel-yocto.bbclass. |