summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-03-23 14:01:44 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2023-03-23 14:22:14 +0100
commit11416cdd26c3d5b1e7fbaefb2587387506b894c6 (patch)
tree56a834c10b8f94d1b9d09b05601283a80f5dd8f5
parent6c82237275618542457b3ebc13fe2b276196628d (diff)
linux-toradex-mainline-rt: change git repo url
Switch to the repo at linux-stable-rt.git as the 6.1-rt kernel moved to stable/maintenance mode. Related-to: ELB-5113 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-rt_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb b/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb
index 843d8d3..e27db06 100644
--- a/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb
+++ b/recipes-kernel/linux/linux-toradex-mainline-rt_git.bb
@@ -5,8 +5,8 @@ SUMMARY = "Toradex mainline real-time Linux kernel"
# To build the RT kernel we use the RT kernel git repo rather than applying
# 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"
-KBRANCH = "linux-6.1.y-rt"
+LINUX_REPO = "git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-stable-rt.git"
+KBRANCH = "v6.1-rt"
SRCREV_machine = "5802a509437aef7a9a0bfef11c58068cd214f6e4"
SRCREV_machine:use-head-next = "${AUTOREV}"