summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-11-03 12:44:57 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-11-17 14:02:06 +0100
commitcd87d6dcd5fc7ab8d81f14a0c1563a277dd15b15 (patch)
tree11d5f1b411c7f8fd26c74fffa237cd6b78e280f4
parente4fa0f6c70fbf5b5d7d0021e5fe0e465f653d73a (diff)
linux-toradex-mainline: bump to 6.1-rc from master branch
Bump the version to 6.1-rc taken from the master branch. This is a partial revert of commit fca2bcd00e61 ("linux-toradex-mainline: bump to 6.0 kernel"). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_git.bb b/recipes-kernel/linux/linux-toradex-mainline_git.bb
index f230721..aad9131 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_git.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_git.bb
@@ -36,11 +36,10 @@ SRC_URI:append = " \
file://0002-arm-dts-colibri-imx6ull-enable-default-peripherals.patch \
"
-LINUX_VERSION ?= "6.0.6"
-LINUX_VERSION:use-head-next ?= "6.0"
-KBRANCH = "linux-6.0.y"
+LINUX_VERSION ?= "6.1-rc"
+KBRANCH = "master"
KERNEL_VERSION_SANITY_SKIP = "1"
-SRCREV_machine = "e90fbe65c6b31ed48a6f13c232b0ca26688218d5"
+SRCREV_machine = "094226ad94f471a9f19e8f8e7140a09c2625abaa"
SRCREV_machine:use-head-next = "${AUTOREV}"
S = "${WORKDIR}/git"