summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2022-10-03 11:55:50 +0200
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2022-10-03 17:01:24 +0000
commit55f8111703cca1b219239ad20bfe69c1e23fc34a (patch)
tree6f41b082209380427b4ae5c2bb378025b6cb648d
parentdebc72f4d5fc57f1fc8a7ac80aaf1ddf574c06d8 (diff)
linux-toradex-mainline: bump to 6.0 kernel
Build just released Linux kernel v6.0: - set version to 6.0.0 - set branch to linux-6.0.y - pin to v6.0 commit hash Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline_git.bb b/recipes-kernel/linux/linux-toradex-mainline_git.bb
index d7738e1..0eaf3ce 100644
--- a/recipes-kernel/linux/linux-toradex-mainline_git.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline_git.bb
@@ -34,11 +34,11 @@ SRC_URI:append = " \
file://0003-arm-dts-colibri-imx6-specify-usbh_pen-gpio-being-act.patch \
"
-LINUX_VERSION ?= "6.0-rc3"
+LINUX_VERSION ?= "6.0.0"
LINUX_VERSION:use-head-next ?= "6.0"
-KBRANCH = "master"
+KBRANCH = "linux-6.0.y"
KERNEL_VERSION_SANITY_SKIP = "1"
-SRCREV_machine = "b90cb1053190353cc30f0fef0ef1f378ccc063c5"
+SRCREV_machine = "4fe89d07dcc2804c8b562f6c7896a45643d34b2f"
SRCREV_machine:use-head-next = "${AUTOREV}"
S = "${WORKDIR}/git"