From 0e9a32364c352f16a9a157e53b38cb4d0ad61e2a Mon Sep 17 00:00:00 2001 From: Matt Madison Date: Sat, 11 May 2024 08:25:46 -0700 Subject: [PATCH] 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 --- conf/layer.conf | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index 31ece536..c4502a90 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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 \ "