summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2022-08-12 09:28:13 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2022-08-12 09:28:13 +0200
commit7f5354687e3ea61918cbad6e74e2a32be02e6c3d (patch)
tree96eea7d7ab5d6c57b5595ad479417bfb53871e4c /recipes-kernel
parenta44b81d8db462737e844c64de4415918ff4cf011 (diff)
linux-toradex-mainline: bump to 5.19
Bump to the latest mainline linux 5.19 as well as the RT version of the kernel. This will make verdin-imx8mp now also properly build as on 5.18 dahlia device-trees where still missing Related-to: ELB-4658 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_git.bb b/recipes-kernel/linux/linux-toradex-mainline_git.bb
index 7b703da..f4e14db 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_git.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_git.bb
@@ -26,8 +26,8 @@ SRC_URI = " \
file://defconfig \
"
-LINUX_VERSION ?= "5.18.12"
-LINUX_VERSION:use-head-next ?= "5.19-rc"
+LINUX_VERSION ?= "5.19.1"
+LINUX_VERSION:use-head-next ?= "5.19"
KBRANCH = "master"
KERNEL_VERSION_SANITY_SKIP = "1"
SRCREV_machine = "c2e9702659dfc309dfda6116da48f200fe425aab"
@@ -61,11 +61,11 @@ do_deploy:append() {
#######################################################################
LINUX_REPO:preempt-rt = "git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git"
-LINUX_VERSION:preempt-rt ?= "5.18-rt11"
-LINUX_VERSION:use-head-next:preempt-rt ?= "5.19-rc-rt"
-KBRANCH:preempt-rt = "linux-5.18.y-rt"
+LINUX_VERSION:preempt-rt ?= "5.19-rt10"
+LINUX_VERSION:use-head-next:preempt-rt ?= "5.19-rt10"
+KBRANCH:preempt-rt = "linux-5.19.y-rt"
KBRANCH:use-head-next:preempt-rt = "linux-5.19.y-rt"
-SRCREV_machine:preempt-rt = "d1cf9bc165cdd9d772adc31e3d6b54b516d22c90"
+SRCREV_machine:preempt-rt = "b9f211f56535a624e67ad1ea95504c29659b624e"
SRCREV_machine:preempt-rt:use-head-next = "${AUTOREV}"
SRC_URI:append:preempt-rt = " \