From efd9a06af4bc6f6eba66cfee079aad5ebd3ad735 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Thu, 5 Jan 2023 17:41:39 +0100 Subject: linux-toradex-mainline-rt: move to 6.2.y-rt Set the fixed hash to v6.2-rc3-rt1. As we use `LINUX_VERSION ?=` set the variable before including linux-toradex-mainline_git.bb. Signed-off-by: Max Krummenacher --- recipes-kernel/linux/linux-toradex-mainline-rt_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb b/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb index b2faaaa..e40df42 100644 --- a/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb +++ b/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb @@ -1,3 +1,4 @@ +LINUX_VERSION ?= "6.2-rc" require recipes-kernel/linux/linux-toradex-mainline_git.bb SUMMARY = "Toradex mainline real-time Linux kernel" @@ -5,9 +6,8 @@ SUMMARY = "Toradex mainline real-time Linux kernel" # the RT patch on top of a vanilla kernel. LINUX_REPO = "git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git" -LINUX_VERSION ?= "6.1-rc7-rt5" -KBRANCH = "linux-6.1.y-rt" -SRCREV_machine = "ab6918479c58dcaaebc5998301492a55e626b720" +KBRANCH = "linux-6.2.y-rt" +SRCREV_machine = "bee0efc1fe1add1df7d677cee5a9c4c325196403" SRCREV_machine:use-head-next = "${AUTOREV}" SRC_URI:append = " \ -- cgit v1.2.3