packagegroups: add CUDA-gcc toolchain to SDK packagegroups

for tegra platforms.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2021-12-13 13:16:36 -08:00
committed by Matt Madison
parent 28ce154d05
commit 7609c09739
2 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
RDEPENDS:${PN}:append:tegra = " libgcc-8-dev gcc-8-runtime-dev"
PACKAGE_ARCH:tegra = "${TEGRA_PKGARCH}"

View File

@@ -0,0 +1 @@
RDEPENDS:${PN}:append:tegra = " gcc-8-cross-canadian-${TRANSLATED_TARGET_ARCH}"