From 65318019cd8c6db19ae5d4526a0fa2d8c8ef25fa Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 11 Aug 2023 14:31:24 +0100 Subject: recipes/classes/scripts: Drop SRCPV usage in OE-Core Now that SRCPV isn't needed we can simplify things in a few places... (From OE-Core rev: 843f82a246a535c353e08072f252d1dc78217872) Signed-off-by: Richard Purdie --- meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb') diff --git a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb index 6062f8422c..9437240fcf 100644 --- a/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb +++ b/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb @@ -64,7 +64,7 @@ LINUX_VERSION_EXTENSION:append = "-custom" # tag: v4.2 64291f7db5bd8150a74ad2036f1037e6a0428df2 SRCREV_machine="64291f7db5bd8150a74ad2036f1037e6a0428df2" -PV = "${LINUX_VERSION}+git${SRCPV}" +PV = "${LINUX_VERSION}+git" # Override COMPATIBLE_MACHINE to include your machine in a copy of this recipe # file. Leaving it empty here ensures an early explicit build failure. -- cgit v1.2.3-54-g00ecf