diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2024-07-11 08:43:40 +0300 |
---|---|---|
committer | Leon Anavi <leon.anavi@konsulko.com> | 2024-07-11 09:49:44 +0300 |
commit | e83c092f5820fca3da405094e6f0b5016abc9279 (patch) | |
tree | 70ddad5c34c91577d9a035bccb7029266024aeac | |
parent | 3d5b0042ff2efad14b456ec7fbaaf7fd7f7ed781 (diff) | |
download | meta-freescale-e83c092f5820fca3da405094e6f0b5016abc9279.tar.gz |
linux-fslc-imx: 6.6: Support Olimex i.MX8MP
Update the kernel version to support for Olimex iMX8MP-SOM-4GB-IND
and iMX8MP-SOM-EVB-IND.
Relevant changes:
- 13ed4e836942 ("Merge pull request #673 from leon-anavi/imx8mp-olimex")
- 6cdcd7103c2f ("imx8mp-olimex.dts: Olimex iMX8MP-SOM-EVB-IND")
Signed-off-by: Leon Anavi <leon.anavi@konsulko.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 93184600b..314ebf487 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 = "d8b0bac40433ce7ef0a7493948bad27a6e223c08" | 56 | SRCREV = "13ed4e83694299049a3d4449fdb61471292ef19b" |
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. |