diff options
author | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2023-09-09 20:25:01 +0200 |
---|---|---|
committer | Emanuele Ghidoli <emanuele.ghidoli@toradex.com> | 2023-09-09 20:28:31 +0200 |
commit | 9d463a00cfadcb677d2968a3729431f6534a759f (patch) | |
tree | e454314118f84e915ed65a98154d5a5b03e718d1 | |
parent | a0c9ec6bbc623b7d05231c6efdb6f34209c102a1 (diff) |
linux-toradex: update toradex_5.15-2.2.x-imxkirkstone-6.x.y
Update our downstream kernel that it is now merged with v5.15.129.
For the RT kernel, set the matching RT patch.
Related-to: ELB-5185
Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
-rw-r--r-- | recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb b/recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb index 0cc6d3e..2b0ce9d 100644 --- a/recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb +++ b/recipes-kernel/linux/linux-toradex_5.15-2.2.x.bb @@ -14,7 +14,7 @@ SRC_URI = " \ KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}" inherit toradex-kernel-deploy-config toradex-kernel-localversion -LINUX_VERSION = "5.15.125" +LINUX_VERSION = "5.15.129" # skip, as with use-head-next LINUX_VERSION might be set wrongly KERNEL_VERSION_SANITY_SKIP = "1" @@ -22,7 +22,7 @@ KERNEL_VERSION_SANITY_SKIP = "1" LOCALVERSION = "-${TDX_VERSION}" SRCBRANCH = "toradex_5.15-2.2.x-imx" -SRCREV_machine = "be55b0cec9240becc19459a02e859bf6af64d08d" +SRCREV_machine = "3311382cb124b5ca40fce03dca51cf24cca95754" SRCREV_machine:use-head-next = "${AUTOREV}" DEPENDS += "bc-native" @@ -43,11 +43,11 @@ MIRRORS:append:preempt-rt = "${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.15/o SRC_URI:append:preempt-rt = " \ file://0001-Revert-Revert-ARM-9113-1-uaccess-remove-set_fs-imple.patch \ file://0002-arch-arm-Kconfig-prepare-for-rt-patch.patch \ - ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.15/older/patch-5.15.125-rt66.patch.xz;name=rt-patch \ + ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.15/older/patch-5.15.129-rt67.patch.xz;name=rt-patch \ file://0004-Revert-arch-arm-Kconfig-prepare-for-rt-patch.patch \ file://0005-Revert-Revert-Revert-ARM-9113-1-uaccess-remove-set_f.patch \ file://preempt-rt.scc \ file://preempt-rt-less-latency.scc \ " -SRC_URI[rt-patch.sha256sum] = "4bb33ab169af60e7f7f6b835e91aa0c17ce4563b00a3c1b35800258f9b678d46" +SRC_URI[rt-patch.sha256sum] = "feef21adb4ab3b8e566c7b572ee40ae25ebca5443375ee662563282d22da02e2" |