diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-01-10 08:35:26 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 08:35:26 -0300 |
commit | 6232ff2d17677d16ce50a5d6b4bd8122946ca24a (patch) | |
tree | 9c43bbdfbed9557046b401aaded313e2fe295fcc | |
parent | 3174f9111fb8f7a79fe3692a53f5379a58319b32 (diff) | |
parent | c416f4fb786d06d3ee0ed4761d7a82660dc781c9 (diff) | |
download | meta-freescale-6232ff2d17677d16ce50a5d6b4bd8122946ca24a.tar.gz |
Merge pull request #1376 from angolini/linux-5.15_2.1.0-bump
linux-fslc-imx: update to v5.15.86
-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 25608c83..933b7b1b 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.60 | 31 | # tag: v5.15.86 |
32 | # | 32 | # |
33 | # ------------------------------------------------------------------------------ | 33 | # ------------------------------------------------------------------------------ |
34 | # 2. NXP-specific (tag or SHA(s)) | 34 | # 2. NXP-specific (tag or SHA(s)) |
@@ -65,17 +65,17 @@ LICENSE = "GPL-2.0-only" | |||
65 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 65 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
66 | 66 | ||
67 | KBRANCH = "5.15-2.1.x-imx" | 67 | KBRANCH = "5.15-2.1.x-imx" |
68 | SRCREV = "9dcc132b0caa04022a9adbb76510258684fbfef7" | 68 | SRCREV = "7f663d3247e310835206336a4d1f49659094ef3f" |
69 | 69 | ||
70 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 70 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
71 | # required by kernel-yocto.bbclass. | 71 | # required by kernel-yocto.bbclass. |
72 | # | 72 | # |
73 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 73 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
74 | # should be updated once patchlevel is merged. | 74 | # should be updated once patchlevel is merged. |
75 | LINUX_VERSION = "5.15.77" | 75 | LINUX_VERSION = "5.15.86" |
76 | 76 | ||
77 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 77 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
78 | LOCALVERSION = "-5.15.77-2.1.0" | 78 | LOCALVERSION = "-5.15.86-2.1.0" |
79 | 79 | ||
80 | DEFAULT_PREFERENCE = "1" | 80 | DEFAULT_PREFERENCE = "1" |
81 | 81 | ||