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):
|
||||
|
||||
Reference in New Issue
Block a user