summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-07-11 08:43:40 +0300
committerLeon Anavi <leon.anavi@konsulko.com>2024-07-11 08:43:40 +0300
commit2949551c440f7aeca04b0b9997edb91e4927a2bd (patch)
treee2329011b7a74af6a3734b856138ff6bb85442c9 /recipes-kernel
parent478993fc218939b6e389ea78543f261a402c4b88 (diff)
downloadmeta-freescale-2949551c440f7aeca04b0b9997edb91e4927a2bd.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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_6.6.bb2
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 93184600..314ebf48 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
54KBRANCH = "6.6-1.0.x-imx" 54KBRANCH = "6.6-1.0.x-imx"
55SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https" 55SRC_URI = "git://github.com/Freescale/linux-fslc.git;branch=${KBRANCH};protocol=https"
56SRCREV = "d8b0bac40433ce7ef0a7493948bad27a6e223c08" 56SRCREV = "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.