summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-05-19 19:12:40 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2022-05-19 19:12:40 +0200
commit275c37b347ef7cc04615b95f90974521fa691158 (patch)
tree9cddba6a4abea21d1146b981a465f4e73fa04097
parent7bf3a4432c4d329c2b291440d51c03d89e6116ff (diff)
linux-toradex-mainline: update to patchlevel 5.4.193
Do also update RT-Patch Signed-off-by: Philippe Schenker <philippe.schenker@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 a235aa8..c1289e0 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.161"
+LINUX_VERSION ?= "5.4.193"
PV = "${LINUX_VERSION}+git${SRCPV}"
-SRCREV_machine = "ed9c66090d11a4d5c9339ba8ce661cdf5793e5e8"
+SRCREV_machine = "01a93acde83b4ee476a759e7de0df89b46130b0e"
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.161-rt67.patch.xz;name=rt-patch \
+ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.193-rt74.patch.xz;name=rt-patch \
file://preempt-rt.scc \
file://preempt-rt-less-latency.scc \
"
-SRC_URI[rt-patch.md5sum] = "d57203d7b93e0ca06405d85698786495"
-SRC_URI[rt-patch.sha256sum] = "7dcd9d976647e57072ab7266a268aefd93945af6519459b8d5ec130b6a88c3f6"
+SRC_URI[rt-patch.md5sum] = "abbe334a2ba123ad5716d5d68d9fb15d"
+SRC_URI[rt-patch.sha256sum] = "821d7bf3015d90e86eace5869d5596eacc9e4b5bd80644d40207817c4b8cc4be"
# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"