diff options
author | Michael Glembotzki <Michael.Glembotzki@iris-sensing.com> | 2024-11-26 12:54:47 +0100 |
---|---|---|
committer | Michael Glembotzki <Michael.Glembotzki@iris-sensing.com> | 2024-11-26 12:54:47 +0100 |
commit | 536ac19cbba5c4a560fc743646423dd3981d2a7f (patch) | |
tree | db676352518462ea179bd59fc727b9d1be4d9995 | |
parent | 9e3b4de5ebf71e77a5b6ab2a79fab36a2e458907 (diff) | |
download | meta-freescale-536ac19cbba5c4a560fc743646423dd3981d2a7f.tar.gz |
linux-fslc-imx: Fix fuse_write on imx-ocotp-fsb-s400
Signed-off-by: Michael Glembotzki <Michael.Glembotzki@iris-sensing.com>
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_6.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_6.6.bb b/recipes-kernel/linux/linux-fslc-imx_6.6.bb index 7bf04fce..ed19bc8b 100644 --- a/recipes-kernel/linux/linux-fslc-imx_6.6.bb +++ b/recipes-kernel/linux/linux-fslc-imx_6.6.bb | |||
@@ -28,7 +28,7 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
28 | # ------------------------------------------------------------------------------ | 28 | # ------------------------------------------------------------------------------ |
29 | # 1. Stable (tag or SHA(s)) | 29 | # 1. Stable (tag or SHA(s)) |
30 | # ------------------------------------------------------------------------------ | 30 | # ------------------------------------------------------------------------------ |
31 | # tag: v6.6.51 | 31 | # tag: v6.6.54 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -57,7 +57,7 @@ require linux-imx.inc | |||
57 | 57 | ||
58 | KBRANCH = "6.6-2.1.x-imx" | 58 | KBRANCH = "6.6-2.1.x-imx" |
59 | 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" |
60 | SRCREV = "ea326ecb9fc05493c53e51832e447c157268e2ab" | 60 | SRCREV = "6605f549a71ef3af9c65609cba985086ac4edf2b" |
61 | 61 | ||
62 | # 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 |
63 | # required by kernel-yocto.bbclass. | 63 | # required by kernel-yocto.bbclass. |