summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-02-06 11:15:41 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2024-02-06 11:37:34 +0100
commit60fa073ecf24a42cc0d9ede2a75311c156a6d1e2 (patch)
tree30bc70ff80d0ad17e1bcf71fc394f7a4e3d44724
parent01d631c8b721a0362cbac592b7c0aac9ee16a3b1 (diff)
linux-toradex-mainline: bump to 5.4.264 stable version
This bumps to the 5.4.264 stable kernel version and bumps the rt patch accordingly to 5.4.264-rt88. Related-to: ELB-5511 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_5.4.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
index 9ffbf88..cb151eb 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
@@ -1,9 +1,9 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.4:"
-LINUX_VERSION ?= "5.4.193"
+LINUX_VERSION ?= "5.4.264"
PV = "${LINUX_VERSION}+git${SRCPV}"
-SRCREV_machine = "4f79a6f97a8b85a7f887723616825b2427e38059"
+SRCREV_machine = "340d0000d1e277a5ec64e5bd903dab8ed1df1860"
SRCREV_machine_use-head-next = "${AUTOREV}"
KCONFIG_MODE="--alldefconfig"
@@ -15,12 +15,12 @@ require recipes-kernel/linux/linux-toradex-mainline.inc
# Don't delete /older/ in the link as /older/ also contains the newest file and we have a stable
# link
SRC_URI_append_preempt-rt = " \
- ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.193-rt74.patch.xz;name=rt-patch \
+ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.264-rt88.patch.xz;name=rt-patch \
file://preempt-rt.scc \
file://preempt-rt-less-latency.scc \
"
-SRC_URI[rt-patch.md5sum] = "abbe334a2ba123ad5716d5d68d9fb15d"
-SRC_URI[rt-patch.sha256sum] = "821d7bf3015d90e86eace5869d5596eacc9e4b5bd80644d40207817c4b8cc4be"
+SRC_URI[rt-patch.md5sum] = "28c024e5549d246fe089792d237e14b8"
+SRC_URI[rt-patch.sha256sum] = "af352c34058fa000f6333a4e1d167d18002c0fbc096f0845ff3a55176e8cedfb"
# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"