mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
meta: drop SRCPV from all PV settings
The use of ${SRCPV} in recipe version (PV) strings has
been discontinued in OE-Core; source revisions are now
inserted directly into task hashes and into PKGV, and
SRCPV is a null string.
Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -15,7 +15,7 @@ CUDA_NATIVEDEPS = "cuda-compiler-11-8-native cuda-cudart-11-8-native"
|
||||
CUDA_NATIVEDEPS:class-native = ""
|
||||
CUDA_DEPENDS = "cuda-libraries-11-8 ${CUDA_NATIVEDEPS}"
|
||||
|
||||
PV = "11.8+git${SRCPV}"
|
||||
PV = "11.8+git"
|
||||
CUDA_NVCC_ARCH_FLAGS ??= ""
|
||||
|
||||
def extract_sm(d):
|
||||
|
||||
@@ -15,7 +15,7 @@ DEPENDS:remove = "kern-tools-native"
|
||||
DEPENDS:append = " kern-tools-tegra-native"
|
||||
|
||||
LINUX_VERSION ?= "5.10.192"
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
PV = "${LINUX_VERSION}+git"
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${BPN}-${@bb.parse.vars_from_file(d.getVar('FILE', False),d)[1]}:"
|
||||
|
||||
LINUX_VERSION_EXTENSION ?= "-l4t-${@'.'.join(d.getVar('L4T_VERSION').split('.'))}"
|
||||
|
||||
@@ -18,7 +18,7 @@ SRC_URI ="git://git.linuxtv.org/v4l-utils.git;protocol=https;branch=stable-1.26
|
||||
"
|
||||
SRCREV = "4aee01a027923cab1e40969f56f8ba58d3e6c0d1"
|
||||
|
||||
PV .= "+git${SRCPV}"
|
||||
PV .= "+git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ inherit autotools pkgconfig
|
||||
|
||||
COMPATIBLE_MACHINE = "(tegra)"
|
||||
|
||||
PV = "0.2.0+git${SRCPV}"
|
||||
PV = "0.2.0+git"
|
||||
SRCREV = "45c14ef4d5d7ced0fbf984208de44ced6d5ed898"
|
||||
SRCBRANCH = "master"
|
||||
SRC_REPO = "github.com/libusbgx/libusbgx.git;protocol=https"
|
||||
|
||||
@@ -31,7 +31,7 @@ SRCREV_FORMAT = "sbsigntools_ccan"
|
||||
|
||||
DEPENDS = "binutils-native gnu-efi-native help2man-native openssl-native util-linux-native"
|
||||
|
||||
PV = "0.9.4-git${SRCPV}"
|
||||
PV = "0.9.4-git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user