mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user