summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-03-12 10:32:00 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2024-04-08 09:37:47 +0200
commit3dcb8f06fc81805b815f48c70631d40710eb97ff (patch)
tree99f8389b5d58a8de003f9452b491ef1f455cfb18
parentedd51116002c4a52a60485f124e7216fe9342e51 (diff)
linux-toradex-upstream_mainline: bump version number
Kernel 6.8 is released. Mainline now works on 6.9, thus bump the vesion setting to 6.9-rc. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-upstream_mainline.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-toradex-upstream_mainline.bb b/recipes-kernel/linux/linux-toradex-upstream_mainline.bb
index 5212cac..644a642 100644
--- a/recipes-kernel/linux/linux-toradex-upstream_mainline.bb
+++ b/recipes-kernel/linux/linux-toradex-upstream_mainline.bb
@@ -15,6 +15,6 @@ TDX_PATCHES = " \
"
# set PV manually, that way PREFERRED_VERSION can be set to a constant value
PV = "mainline"
-LINUX_VERSION = "6.8-rc"
+LINUX_VERSION = "6.9-rc"
KBRANCH = "master"
SRCREV_machine = "${AUTOREV}"