mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 19:12:39 +00:00
cuda-nvcc: add runtime dependency on cuda-nvvm for nativesdk
nvcc needs the cicc binary provided in the cuda-nvvm package, so make sure that gets installed with the host-side SDK tools. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
committed by
Matt Madison
parent
3eda822867
commit
90cd8ce87a
@@ -17,6 +17,6 @@ FILES:${PN}-dev = ""
|
||||
INSANE_SKIP:${PN} += "dev-so dev-deps"
|
||||
RDEPENDS:${PN} = "${BPN}-headers"
|
||||
RDEPENDS:${PN}:append:class-target = " cuda-nvvm-dev cuda-crt-dev"
|
||||
RDEPENDS:${PN}:append:class-nativesdk = " nativesdk-cuda-environment"
|
||||
RDEPENDS:${PN}:append:class-nativesdk = " nativesdk-cuda-environment nativesdk-cuda-nvvm"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user