summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-03-07 09:46:55 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2024-03-13 15:56:59 +0100
commit757b56251a902ef63264010790745c15d9cfc42b (patch)
tree02a4b318cb7e3d392e38a9084764b81c32c512a9
parent8c80d93720e79cf6d6c4668211585a834d24822e (diff)
linux-toradex-ti: bump to 09.02.00.006
This among others merges in stable 6.1.69. Bump the rt patch version accordingly. Related-to: ELB-5588 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 1fd94a95b169c4fa65ff854a1ba372d3d66c3b08)
-rw-r--r--recipes-kernel/linux/linux-toradex-ti_6.1.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-toradex-ti_6.1.bb b/recipes-kernel/linux/linux-toradex-ti_6.1.bb
index bfb25aa..7beca0b 100644
--- a/recipes-kernel/linux/linux-toradex-ti_6.1.bb
+++ b/recipes-kernel/linux/linux-toradex-ti_6.1.bb
@@ -8,19 +8,20 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}-${PV}:"
SRC_URI = " \
git://git.toradex.com/linux-toradex.git;protocol=https;branch=${SRCBRANCH};name=machine \
"
+SRC_URI = "git://gitlab.int.toradex.com/max.krummenacher/linux-toradex.git;protocol=https;branch=${SRCBRANCH};name=machine"
S = "${WORKDIR}/git"
# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
inherit kernel-yocto kernel toradex-kernel-deploy-config toradex-kernel-localversion ti-secdev
-LINUX_VERSION = "6.1.46"
+LINUX_VERSION = "6.1.69"
# skip, as with use-head-next LINUX_VERSION might be set wrongly
KERNEL_VERSION_SANITY_SKIP = "1"
SCMVERSION ?= "y"
SRCBRANCH = "toradex_ti-linux-6.1.y"
-SRCREV_machine = "278a5418c2bad6e63da7ee64df2d26af2bcaec19"
+SRCREV_machine = "1d8ebf77d6aa191907b816675d71d23ab2d5c7cc"
SRCREV_machine:use-head-next = "${AUTOREV}"
PV = "${LINUX_VERSION}+git${SRCPV}"
@@ -65,9 +66,9 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
# both possible storage locations.
MIRRORS:append:preempt-rt = "${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.15/older/ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/5.15/"
SRC_URI:append:preempt-rt = " \
- ${KERNELORG_MIRROR}/linux/kernel/projects/rt/6.1/older/patch-6.1.46-rt13.patch.xz;name=rt-patch \
+ ${KERNELORG_MIRROR}/linux/kernel/projects/rt/6.1/older/patch-6.1.69-rt21.patch.xz;name=rt-patch \
file://preempt-rt.scc \
file://preempt-rt-less-latency.scc \
"
-SRC_URI[rt-patch.sha256sum] = "df29cf27bb7ef0b7750f541d959b791905a5d41a322896f9a4bb57b5ab00f202"
+SRC_URI[rt-patch.sha256sum] = "8c027c3a0f67e262d2713fef0852a5d6eed45c3da817feee2a4cce86f226cc11" \ No newline at end of file