mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02: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:
@@ -20,7 +20,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
SRCREV_machine ?= "9753b4497951a5bd1a921e784532257d26a8b008"
|
||||
SRCREV_meta ?= "d9483a24c9ee33b6e566baa5233cbd9feaeb5212"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
PV = "${LINUX_VERSION}+git"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.4;destsuffix=${KMETA};protocol=https"
|
||||
|
||||
Reference in New Issue
Block a user