From b2470c03340c23ddf779799d125a11f12eac38c9 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Wed, 19 Jun 2024 12:04:33 -0400 Subject: [PATCH] linux-torvalds-next: SRCREV with nobranch Switch back to using a SRCREV, but this time without a branch (since this commit is no longer reachable from any branch), so that network-less builds can take place (or builds that don't need to resolve the tag (over the network)). Signed-off-by: Trevor Woerner --- recipes-kernel/linux/linux-torvalds-next_git.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-torvalds-next_git.bb b/recipes-kernel/linux/linux-torvalds-next_git.bb index 1369ba1..c0ac1de 100644 --- a/recipes-kernel/linux/linux-torvalds-next_git.bb +++ b/recipes-kernel/linux/linux-torvalds-next_git.bb @@ -13,9 +13,11 @@ LINUX_VERSION = "6.10-rc3" KERNEL_VERSION_SANITY_SKIP = "1" PV = "${LINUX_VERSION}+git${SRCPV}" SRC_URI = " \ - git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;nobranch=1;tag=next-20240611 \ + git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;nobranch=1 \ file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta \ " +# this is tag 'next-20240611' +SRCREV = "a957267fa7e9159d3d2ee1421359ebf228570c68" inherit kernel inherit kernel-yocto