summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2023-09-25 11:04:55 -0500
committerRyan Eatmon <reatmon@ti.com>2023-09-25 11:04:55 -0500
commit026a88e6c4bd22c558dbd514a6d4862bcea88b82 (patch)
treecb9e70bb165fa389578b2aa7e9226a20538b87b0 /meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb
parent811c87bbbd324d4f176332b9e5f7c3699310cb06 (diff)
downloadmeta-ti-026a88e6c4bd22c558dbd514a6d4862bcea88b82.tar.gz
linux-ti-next: Update to v6.6-rc3 next version
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb')
-rw-r--r--meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb b/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb
index 8228f4ff..b3f5f9eb 100644
--- a/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb
+++ b/meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb
@@ -14,9 +14,9 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} ${EXTRA_DTC_ARGS}"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17# 6.3.0-rc6+ version 17# 6.6.0-rc3+ version
18SRCREV = "009795d283d1f9f043e5a4ff97d4140cde17e2d3" 18SRCREV = "6465e260f48790807eef06b583b38ca9789b6072"
19PV = "6.3.0-rc6+git${SRCPV}" 19PV = "6.6.0-rc3+git${SRCPV}"
20 20
21SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;branch=master" 21SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;branch=master"
22 22