All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-rockchip][PATCH] linux-torvalds-next: use AUTOREV
@ 2024-06-17 23:07 Trevor Woerner
  2024-06-18 10:04 ` [yocto-patches] " Quentin Schulz
  0 siblings, 1 reply; 4+ messages in thread
From: Trevor Woerner @ 2024-06-17 23:07 UTC (permalink / raw)
  To: yocto-patches

Already the SRCREV that was used for -next has been rebased out of existence.
Also that tag that was originally proposed no longer exists. With a repository
that is rebased so regularly, the only thing we can safely use to hope for
valid builds that don't need to be tweaked every few days is AUTOREV.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 recipes-kernel/linux/linux-torvalds-next_git.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes-kernel/linux/linux-torvalds-next_git.bb b/recipes-kernel/linux/linux-torvalds-next_git.bb
index 9a95eb5bc4d8..a87f73dcda89 100644
--- a/recipes-kernel/linux/linux-torvalds-next_git.bb
+++ b/recipes-kernel/linux/linux-torvalds-next_git.bb
@@ -10,13 +10,13 @@ COMPATIBLE_MACHINE = "^$"
 COMPATIBLE_MACHINE:radxa-zero-3 = "radxa-zero-3"
 
 LINUX_VERSION = "6.10-rc3"
-PV = "${LINUX_VERSION}+git${SRCPV}"
+KERNEL_VERSION_SANITY_SKIP = "1"
+PV = "${LINUX_VERSION}+git"
 SRC_URI = " \
 	git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git;protocol=https;branch=master \
 	file://rockchip-kmeta;type=kmeta;name=rockchip-kmeta;destsuffix=rockchip-kmeta \
 	"
-# this is tag 'next-20240611'
-SRCREV = "a957267fa7e9159d3d2ee1421359ebf228570c68"
+SRCREV = "${AUTOREV}"
 
 inherit kernel
 inherit kernel-yocto
-- 
2.44.0.478.g7774cfed6261



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-06-18 13:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 23:07 [meta-rockchip][PATCH] linux-torvalds-next: use AUTOREV Trevor Woerner
2024-06-18 10:04 ` [yocto-patches] " Quentin Schulz
2024-06-18 12:08   ` Trevor Woerner
2024-06-18 13:25     ` Quentin Schulz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.