mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
OE-Core master has udpated how the toolchain virtual providers are handled, so update the layer accordingly. This affects the gcc-for-nvcc extra toolchain build we have for CUDA builds, and a few other recipes that have some explicit references to the old toolchain virtual/<something> names. Signed-off-by: Matt Madison <matt@madison.systems>
13 lines
421 B
PHP
13 lines
421 B
PHP
inherit crosssdk
|
|
|
|
PN = "gcc-for-nvcc-crosssdk-${SDK_SYS}"
|
|
|
|
SYSTEMHEADERS = "${SDKPATHNATIVE}${prefix_nativesdk}/include"
|
|
SYSTEMLIBS = "${SDKPATHNATIVE}${base_libdir_nativesdk}/"
|
|
SYSTEMLIBS1 = "${SDKPATHNATIVE}${libdir_nativesdk}/"
|
|
|
|
GCCMULTILIB = "--disable-multilib"
|
|
|
|
DEPENDS = "virtual/nativesdk-cross-binutils gettext-native ${NATIVEDEPS}"
|
|
PROVIDES = "virtual/nativesdk-cross-cuda-gcc virtual/nativesdk-cross-cuda-g++"
|