layer.conf: prune SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS

Most of the entries in that list have been obsolete since we moved
to using the nvidia-l4t-*.deb packages for installing the tegra-specific
libraries.  The only entry we definitely still need is the one for the
gcc-for-nvcc cross-compiler; delete all others for now, and we can
populate more-correct entries when we run into sstate sharing problems.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-05-11 08:25:46 -07:00
parent 6a0b861b5a
commit 0e9a32364c

View File

@@ -21,37 +21,6 @@ BBFILES += "${@' '.join('${LAYERDIR}/external/%s/recipes*/*/*.bbappend' % layer
for layer in BBFILE_COLLECTIONS.split() if os.path.exists(os.path.join('${LAYERDIR}','external',layer)))}"
SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\
tegra-nvstartup->tegra-configs-nvstartup \
xserver-xorg-video-nvidia->tegra-configs-xorg \
alsa-state->tegra-configs-alsa \
libglvnd->tegra-libraries \
vulkan-loader->tegra-libraries \
cuda-cudart->tegra-libraries \
libcufft->tegra-libraries \
cuda-cuobjdump->tegra-libraries \
cuda-cupti->tegra-libraries \
libcurand->tegra-libraries \
libcusolver->tegra-libraries \
libcusparse->tegra-libraries \
cuda-driver->tegra-libraries \
cuda-gdb->tegra-libraries \
cuda-memcheck->tegra-libraries \
cuda-misc-headers->tegra-libraries \
libnpp->tegra-libraries \
cuda-nvcc->tegra-libraries \
cuda-nvcc-headers->tegra-libraries \
cuda-nvdisasm->tegra-libraries \
cuda-nvgraph->tegra-libraries \
cuda-nvml->tegra-libraries \
cuda-nvprof->tegra-libraries \
cuda-nvprune->tegra-libraries \
cuda-nvrtc->tegra-libraries \
cuda-nvtx->tegra-libraries \
libcublas->tegra-libraries \
tensorrt-core->tegra-libraries \
libdrm->libdrm-nvdc \
libdrm-nvdc->tegra-libraries \
tegra-nvs-service->tegra-nvs-base \
gcc-for-nvcc-cross-${TARGET_ARCH}->linux-libc-headers \
"