diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-05-29 10:52:06 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-29 10:52:06 -0300 |
commit | 7bc77fd26ec73e50154b920b808302f8cc4ad6ac (patch) | |
tree | 780709f4e0240c5f93437f8bed935ffb9c066558 | |
parent | c1aedb4bacf46c62312dd59cb2863548df24d92d (diff) | |
parent | bd353a6e14683ea7804fec2e1dc132a6bd0809cb (diff) | |
download | meta-freescale-7bc77fd26ec73e50154b920b808302f8cc4ad6ac.tar.gz |
Merge pull request #1831 from MrCry0/master-6.6-update
linux-fslc-imx: 6.6: Fix merging issues
-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. |