summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2021-11-08 16:25:19 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-11-15 10:55:59 +0100
commit91fc2ff8575e82463dbc4612dd5e46335ba5db50 (patch)
tree4e22489034ae49f218315e8d494162a797575309
parentcbb9cf0a17d4e9467bcbfa7d6cc1fd618a866995 (diff)
linux-toradex-mainline: bump version to patch-level 154
Related-to: ELB-4201 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 37bcc547550bdfe8e91460538a778ec994c64738)
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_5.4.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
index 724e580..eb0ee49 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_5.4.bb
@@ -1,10 +1,10 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-5.4:"
-LINUX_VERSION ?= "5.4.129"
+LINUX_VERSION ?= "5.4.154"
PV = "${LINUX_VERSION}+git${SRCPV}"
-SRCREV_machine = "ce72bea42c97c5bdb035fb15f43108a3ea68a38b"
+SRCREV_machine = "dd7439734dc9ea17674a9c36f0bfa725e7d10736"
SRCREV_machine:use-head-next = "${AUTOREV}"
KCONFIG_MODE="--alldefconfig"
@@ -15,13 +15,13 @@ 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.129-rt61.patch.xz;name=rt-patch \
+SRC_URIL:append:preempt-rt = " \
+ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.154-rt65.patch.xz;name=rt-patch \
file://preempt-rt.scc \
file://preempt-rt-less-latency.scc \
"
-SRC_URI[rt-patch.md5sum] = "a6c668577fdde9cca5060bd72a782d16"
-SRC_URI[rt-patch.sha256sum] = "f8ddc34c7765bb78c9f44c4e41dae7d4196c87201212ab4ec3723a7594b9702c"
+SRC_URI[rt-patch.md5sum] = "1626836fc6bbff42e463c6a07bfc79b7"
+SRC_URI[rt-patch.sha256sum] = "899037547ab272cbb835400633e9c96812c1172845b68479ececc3901eaf6c6d"
# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"