cuda-sanitizer: remove 32-bit x86 binaries

CUDA 12 added 32-bit x86 tools and libraries to the cuda-sanitizer
package. They're not likely needed in our builds or SDKs, so just
remove them to avoid packaging issues.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-08-18 05:22:24 -07:00
committed by Matt Madison
parent 18f8c776a3
commit 1247115ba4

View File

@@ -6,6 +6,10 @@ require cuda-shared-binaries.inc
MAINSUM = "66ac9310fdb7ff6eecfb9b1fc85bf23272e8cf6cd15edf26b9073fd6b3dedb17"
MAINSUM:x86-64 = "f15fb71f890201598c2e9875984538890adc1d9af2c1437eb04e62bde5dbcf7d"
do_compile:append() {
rm -rf ${S}/usr/local/cuda-${CUDA_VERSION}/compute-sanitizer/x86
}
FILES:${PN} += " \
${prefix}/local/cuda-${CUDA_VERSION}/compute-sanitizer/TreeLauncherSubreaper \
${prefix}/local/cuda-${CUDA_VERSION}/compute-sanitizer/compute-sanitizer \