diff options
author | Ryan Eatmon <reatmon@ti.com> | 2023-09-25 11:08:09 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-09-25 12:33:28 -0500 |
commit | 63714dd91b57a2f27d5929b7b20f191652af34de (patch) | |
tree | dae07b268be11ed46a25225fa6ed971b00b47c16 /meta-ti-bsp/recipes-kernel | |
parent | 7549f11d365c443bfb9eafbdb8c57fabe995923a (diff) | |
download | meta-ti-63714dd91b57a2f27d5929b7b20f191652af34de.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')
-rw-r--r-- | meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb | 6 |
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 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | # 6.3.0-rc6+ version | 17 | # 6.6.0-rc3+ version |
18 | SRCREV = "009795d283d1f9f043e5a4ff97d4140cde17e2d3" | 18 | SRCREV = "6465e260f48790807eef06b583b38ca9789b6072" |
19 | PV = "6.3.0-rc6+git${SRCPV}" | 19 | PV = "6.6.0-rc3+git${SRCPV}" |
20 | 20 | ||
21 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;branch=master" | 21 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;branch=master" |
22 | 22 | ||