diff options
author | Daiane Angolini <daiane.angolini@foundries.io> | 2022-08-17 16:31:23 -0300 |
---|---|---|
committer | Daiane Angolini <daiane.angolini@foundries.io> | 2022-08-18 17:22:25 -0300 |
commit | 405d9b04924732b4acc3f00f52c74a01f063b299 (patch) | |
tree | b187a4bf9d2322c6e14c97ad64d1bd15ad4d290d /recipes-kernel | |
parent | cdc56a683fe009ea2889ea6354d3a44b562454d7 (diff) | |
download | meta-freescale-405d9b04924732b4acc3f00f52c74a01f063b299.tar.gz |
linux-fslc-imx: update to v5.15.60
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-fslc-imx_5.15.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_5.15.bb b/recipes-kernel/linux/linux-fslc-imx_5.15.bb index 7f51b4ab..19626ccf 100644 --- a/recipes-kernel/linux/linux-fslc-imx_5.15.bb +++ b/recipes-kernel/linux/linux-fslc-imx_5.15.bb | |||
@@ -38,6 +38,11 @@ Latest stable Kernel patchlevel is applied and maintained by Community." | |||
38 | # ------------------------------------------------------------------------------ | 38 | # ------------------------------------------------------------------------------ |
39 | # 3. Critical patches (SHA(s)) | 39 | # 3. Critical patches (SHA(s)) |
40 | # ------------------------------------------------------------------------------ | 40 | # ------------------------------------------------------------------------------ |
41 | # fec_uio: fix implicit declaration | ||
42 | # e8093f50522f cert host tools: Stop complaining about deprecated OpenSSL functions | ||
43 | # 49c2d3b7964d gpio: fix enabling GPIO_VF610 | ||
44 | # c04a396fcbf7 ARM: mach-imx: conditionally disable some functions from busfreq-imx | ||
45 | # 166a38557bf9 drm: bridge: it6161: add missing gpio consumer header | ||
41 | # bc2e851e616a Revert "clk: imx: off by one in imx_lpcg_parse_clks_from_dt()" | 46 | # bc2e851e616a Revert "clk: imx: off by one in imx_lpcg_parse_clks_from_dt()" |
42 | # 27d3c1285087 Revert "drm/bridge: Add missing pm_runtime_put_sync" | 47 | # 27d3c1285087 Revert "drm/bridge: Add missing pm_runtime_put_sync" |
43 | # | 48 | # |
@@ -53,17 +58,17 @@ LICENSE = "GPL-2.0-only" | |||
53 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" | 58 | LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" |
54 | 59 | ||
55 | KBRANCH = "5.15-2.0.x-imx" | 60 | KBRANCH = "5.15-2.0.x-imx" |
56 | SRCREV = "f4007cadaec7cab415010a8ef0f408183c9804bb" | 61 | SRCREV = "d818413e4d7901cb8a00a631a389326e2c93ae41" |
57 | 62 | ||
58 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition | 63 | # PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition |
59 | # required by kernel-yocto.bbclass. | 64 | # required by kernel-yocto.bbclass. |
60 | # | 65 | # |
61 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and | 66 | # LINUX_VERSION define should match to the kernel version referenced by SRC_URI and |
62 | # should be updated once patchlevel is merged. | 67 | # should be updated once patchlevel is merged. |
63 | LINUX_VERSION = "5.15.50" | 68 | LINUX_VERSION = "5.15.60" |
64 | 69 | ||
65 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. | 70 | # Local version indicates the branch name in the NXP kernel tree where patches are collected from. |
66 | LOCALVERSION = "-5.15.50-2.0.0" | 71 | LOCALVERSION = "-5.15.60-2.0.0" |
67 | 72 | ||
68 | DEFAULT_PREFERENCE = "1" | 73 | DEFAULT_PREFERENCE = "1" |
69 | 74 | ||