From ce1ce3465a532d478e452637954f75f7fa35c657 Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Mon, 17 Jun 2024 12:08:01 -0400 Subject: [PATCH] linux-torvalds-next: use tag Use the tag name specifically; note that it is no longer reachable from any branch. Reviewed-by: Quentin Schulz Signed-off-by: Trevor Woerner --- recipes-kernel/linux/linux-torvalds-next_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-torvalds-next_git.bb b/recipes-kernel/linux/linux-torvalds-next_git.bb index 9a95eb5..1369ba1 100644 --- a/recipes-kernel/linux/linux-torvalds-next_git.bb +++ b/recipes-kernel/linux/linux-torvalds-next_git.bb @@ -10,13 +10,12 @@ COMPATIBLE_MACHINE = "^$" COMPATIBLE_MACHINE:radxa-zero-3 = "radxa-zero-3" 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;branch=master \ + git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;nobranch=1;tag=next-20240611 \ file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta \ " -# this is tag 'next-20240611' -SRCREV = "a957267fa7e9159d3d2ee1421359ebf228570c68" inherit kernel inherit kernel-yocto