diff options
author | Michael Glembotzki <Michael.Glembotzki@iris-sensing.com> | 2024-04-29 08:34:12 +0200 |
---|---|---|
committer | Michael Glembotzki <Michael.Glembotzki@iris-sensing.com> | 2024-04-29 08:34:12 +0200 |
commit | 7f80d5940a8dfc5f8b9321fac07593be07c291d4 (patch) | |
tree | 347c9509aacc4f9b549ac5d6bec5535e3d0f72d4 | |
parent | 73a86058f0d44494dd0b17ee6dfbc4a5fb003fa8 (diff) | |
download | meta-freescale-7f80d5940a8dfc5f8b9321fac07593be07c291d4.tar.gz |
linux-fslc-imx: Bump to v5.15.157
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_5.15.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb index 5e90ee63..cea0a2e0 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.15.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.15.156 | 31 | # tag: v5.15.157 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -51,17 +51,17 @@ LICENSE = "GPL-2.0-only" | |||
51 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 51 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
52 | 52 | ||
53 | KBRANCH = "5.15-2.2.x-imx" | 53 | KBRANCH = "5.15-2.2.x-imx" |
54 | SRCREV = "ebcdbe7ec49f9c3405ee4b89e7ec279e313026f3" | 54 | SRCREV = "5134e031114e613cb04858e248af5e65fe1e112f" |
55 | 55 | ||
56 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 56 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
57 | # required by kernel-yocto.bbclass. | 57 | # required by kernel-yocto.bbclass. |
58 | # | 58 | # |
59 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 59 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
60 | # should be updated once patchlevel is merged. | 60 | # should be updated once patchlevel is merged. |
61 | LINUX_VERSION = "5.15.156" | 61 | LINUX_VERSION = "5.15.157" |
62 | 62 | ||
63 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 63 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
64 | LOCALVERSION = "-5.15.156-2.2.0" | 64 | LOCALVERSION = "-5.15.157-2.2.0" |
65 | 65 | ||
66 | DEFAULT_PREFERENCE = "1" | 66 | DEFAULT_PREFERENCE = "1" |
67 | 67 | ||