diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2020-09-10 10:08:45 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2020-09-14 09:45:31 +0200 |
commit | a8f298d69fe4cdab6c59a8965fbc5cdba83f3a7e (patch) | |
tree | 4264e8926e700e94e78b5099373bf9b34d48879d | |
parent | 29191ec028148f41eab3f2ccb143bcede9e8224e (diff) |
linux-toradex-mainline: update to 5.4.61 and 5.4.61-rt37 respectivelyzeus
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
(cherry picked from commit 9de495e99756b66fc2a5d5599a26339fcca5cc53)
-rw-r--r-- | recipes-kernel/linux/linux-toradex-mainline_5.4.bb | 10 |
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 8b5f9bf..f126993 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.54" +LINUX_VERSION ?= "5.4.61" PV = "${LINUX_VERSION}+git${SRCPV}" -SRCREV_machine = "c0969469ee07b570b054df2d47a787f2732a362a" +SRCREV_machine = "fc5f79d304d7323762a2378f787b39e2256ad546" SRCREV_machine_use-head-next = "${AUTOREV}" KBRANCH = "toradex_5.4.y" @@ -15,7 +15,7 @@ SRC_URI += " \ " SRC_URI_append_preempt-rt = " \ - ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.54-rt32.patch.xz;name=rt-patch \ + ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.4/older/patch-5.4.61-rt37.patch.xz;name=rt-patch \ " -SRC_URI[rt-patch.md5sum] = "f83f14b18f66873f6a3a26925a62d0c4" -SRC_URI[rt-patch.sha256sum] = "3385c8a64233f7f34c509626aaa6b5084bf75b1b27a0dc0dd5024d9736270b03" +SRC_URI[rt-patch.md5sum] = "5a72e4f56ffdd79c8c668197f989f8d1" +SRC_URI[rt-patch.sha256sum] = "b2b52be0ef8b56a44a898ffc6a54515508e3cc9b2faece7a7d9f5d617a29ede1" |