Files
meta-tegra/recipes-core/packagegroups/nativesdk-packagegroup-cuda-sdk-host.bb
Matt Madison d247268438 nativesdk-packagegroup-cuda-sdk-host: use inherit_defer
to eliminate the build-time warning about the nativesdk class
not being inherited last.

Signed-off-by: Matt Madison <matt@madison.systems>
2024-01-20 06:19:19 -08:00

11 lines
190 B
BlitzBasic

SUMMARY = "Host packages for CUDA SDK toolchain"
inherit packagegroup
inherit_defer nativesdk
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
RDEPENDS:${PN} = "\
nativesdk-cuda-compiler \
"