diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-10-22 11:45:12 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-22 11:45:12 -0300 |
commit | fdca219fecba823b60b7fd84d14e72f1a070c811 (patch) | |
tree | 90ed992943804da7dcd445ded8e428bb4dfd14b1 | |
parent | 7e415cb0b0020692ccd5438b05a76e6d9840b2ef (diff) | |
parent | 69c1f75baabe448c20136f6f21daf11273531f65 (diff) | |
download | meta-freescale-fdca219fecba823b60b7fd84d14e72f1a070c811.tar.gz |
Merge pull request #1994 from Freescale/fixup
linx-fslc-imx: Update the kernel recipe
-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 a955ae1c..7d414172 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb | |||
@@ -40,6 +40,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
40 | # ------------------------------------------------------------------------------ | 40 | # ------------------------------------------------------------------------------ |
41 | 41 | ||
42 | # $ git log --oneline --no-merges v6.6.34.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y | 42 | # $ git log --oneline --no-merges v6.6.34.. ^mainline/linux-6.6.y ^NXP/lf-6.6.y |
43 | # - a10c64e35a24 tty: vt: conmakehash: cope with abs_srctree no longer in env | ||
43 | # - 3fb57e773e55 tty: vt: conmakehash: Don't mention the full path of the input in output | 44 | # - 3fb57e773e55 tty: vt: conmakehash: Don't mention the full path of the input in output |
44 | # - d1198b88bc1b Revert "dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan" | 45 | # - d1198b88bc1b Revert "dmaengine: fsl-edma: add address for channel mux register in fsl_edma_chan" |
45 | # - 717fee4a9cf7 Revert "dmaengine: fsl-edma: add i.MX8ULP edma support" | 46 | # - 717fee4a9cf7 Revert "dmaengine: fsl-edma: add i.MX8ULP edma support" |
@@ -56,7 +57,7 @@ require linux-imx.inc | |||
56 | 57 | ||
57 | KBRANCH = "6.6-2.1.x-imx" | 58 | KBRANCH = "6.6-2.1.x-imx" |
58 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" | 59 | SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" |
59 | SRCREV = "096cd0432b03805f49c86684dafb9ced4511a714" | 60 | SRCREV = "47d927c130da97d140d1455103e3cacecef94807" |
60 | 61 | ||
61 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 62 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
62 | # required by kernel-yocto.bbclass. | 63 | # required by kernel-yocto.bbclass. |