diff options
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_5.4.bb | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.4.bb b/recipes-kernel/linux/linux-fslc-imx_5.4.bb index e0a0db46..eddd1187 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.4.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.4.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: v5.4.41 | 31 | # tag: v5.4.43 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -45,6 +45,18 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
45 | # 3. Critical patches (SHA(s)) | 45 | # 3. Critical patches (SHA(s)) |
46 | # ------------------------------------------------------------------------------ | 46 | # ------------------------------------------------------------------------------ |
47 | # 7cf8871cd7d0 perf: Make perf able to build with latest libbfd | 47 | # 7cf8871cd7d0 perf: Make perf able to build with latest libbfd |
48 | # 285869ec9087 ARM: dts: imx6ul-kontron-n6x1x-s: Remove an obsolete comment and fix indentation | ||
49 | # f03791085754 ARM: dts: imx6ul-kontron-n6x1x-s: Add vbus-supply and overcurrent polarity to usb nodes | ||
50 | # 67e44952c670 ARM: dts: imx6ul-kontron-n6x1x: Add 'chosen' node with 'stdout-path' | ||
51 | # d4b105f930e2 ARM: dts: Add support for two more Kontron evalkit boards 'N6311 S' and 'N6411 S' | ||
52 | # e778467f65d0 ARM: dts: imx6ul-kontron-n6310-s: Move common nodes to a separate file | ||
53 | # 8b39f5e53831 ARM: dts: Add support for two more Kontron SoMs N6311 and N6411 | ||
54 | # 3bee262233eb ARM: dts: imx6ul-kontron-n6310: Move common SoM nodes to a separate file | ||
55 | # 40a6a98b3f38 ARM: imx: Fix boot crash if ocotp is not found | ||
56 | # 8aad5031be00 ARM: imx: Correct ocotp id for serial number support of i.MX6ULL/ULZ SoCs | ||
57 | # 564409aa3b33 soc: imx-scu: Using existing serial_number instead of UID | ||
58 | # 0ee8e005bbfc soc: imx8: Using existing serial_number instead of UID | ||
59 | # 134cbb845fc7 ARM: imx: Add serial number support for i.MX6/7 SoCs | ||
48 | # | 60 | # |
49 | # NOTE to upgraders: | 61 | # NOTE to upgraders: |
50 | # This recipe should NOT collect individual patches, they should be applied to | 62 | # This recipe should NOT collect individual patches, they should be applied to |
@@ -58,14 +70,14 @@ LICENSE = "GPLv2" | |||
58 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | 70 | LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" |
59 | 71 | ||
60 | SRCBRANCH = "5.4-1.0.0-imx" | 72 | SRCBRANCH = "5.4-1.0.0-imx" |
61 | SRCREV = "ec7a9ec0c94bf10ce1e80e12f1dc1833c5e13b15" | 73 | SRCREV = "eea55cca78493df0cd74256c8389def9063826f7" |
62 | 74 | ||
63 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 75 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
64 | # required by kernel-yocto.bbclass. | 76 | # required by kernel-yocto.bbclass. |
65 | # | 77 | # |
66 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 78 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
67 | # should be updated once patchlevel is merged. | 79 | # should be updated once patchlevel is merged. |
68 | LINUX_VERSION = "5.4.41" | 80 | LINUX_VERSION = "5.4.43" |
69 | 81 | ||
70 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 82 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
71 | LOCALVERSION = "-lf-5.4.y" | 83 | LOCALVERSION = "-lf-5.4.y" |