diff options
author | Oleksandr Suvorov <cryosay@gmail.com> | 2024-05-29 12:07:04 +0300 |
---|---|---|
committer | Oleksandr Suvorov <cryosay@gmail.com> | 2024-05-29 16:20:16 +0300 |
commit | bd353a6e14683ea7804fec2e1dc132a6bd0809cb (patch) | |
tree | 780709f4e0240c5f93437f8bed935ffb9c066558 | |
parent | c1aedb4bacf46c62312dd59cb2863548df24d92d (diff) | |
download | meta-freescale-bd353a6e14683ea7804fec2e1dc132a6bd0809cb.tar.gz |
linux-fslc-imx: 6.6: Fix merging issues
Relevant changes:
- a1f3157034fe4 Merge pull request #670 from DiogoSilva014/6.6-1.0.x-imx-lpcg
- 55720fcb81c3e arch: arm64: freescale: imx8qm: fix flexcan clocks
- 9203cfabdfb68 Merge pull request #668 from DiogoSilva014/6.6-1.0.x-imx-fix-lpcg
- d6110c170fb98 Revert lpcg indice changes
- 2df26cdfbbbe0 Merge pull request #667 from MrCry0/6.6-1.0.x-imx-fix-imx8-usdhc
- a744d880dbb46 arch: arm64: freescale: imx8: fix sdhci clocks
Signed-off-by: Oleksandr Suvorov <cryosay@gmail.com>
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.6.bb | 2 |
1 files changed, 1 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 9511d654..b5827508 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb | |||
@@ -53,7 +53,7 @@ require linux-imx.inc | |||
53 | 53 | ||
54 | KBRANCH = "6.6-1.0.x-imx" | 54 | KBRANCH = "6.6-1.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 = "776652a165f5bbf30c68a5f6213d75b02e8df11c" | 56 | SRCREV = "a1f3157034fe4da2c3c5662f4e54ffb3b964903e" |
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. |