From a392b299fd0df3515a918aae147eb0ee424d6c1e Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Tue, 11 Apr 2023 16:52:43 -0500 Subject: [PATCH] linux-ti-next: Update to v6.3-rc6 next version Signed-off-by: Andrew Davis Reviewed-by: Denys Dmytriyenko Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-kernel/linux/linux-ti-next_git.bb | 6 +++--- 1 file 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 1e86ed97..9138c7c5 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 @@ -13,9 +13,9 @@ KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT} ${EXTRA_DTC_ARGS}" S = "${WORKDIR}/git" -# 6.1.0-rc1+ version -SRCREV = "4d48f589d294ddc5e01d3b0dc7cecc55324c05ca" -PV = "6.1.0-rc1+git${SRCPV}" +# 6.3.0-rc6+ version +SRCREV = "009795d283d1f9f043e5a4ff97d4140cde17e2d3" +PV = "6.3.0-rc6+git${SRCPV}" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;branch=master"