mirror of
				https://github.com/lingble/meta-tegra.git
				synced 2025-10-31 04:18:06 +00:00 
			
		
		
		
	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
					Matt Madison
				
			
				
					committed by
					
						 Matt Madison
						Matt Madison
					
				
			
			
				
	
			
			
			 Matt Madison
						Matt Madison
					
				
			
						parent
						
							18f8c776a3
						
					
				
				
					commit
					1247115ba4
				
			| @@ -6,6 +6,10 @@ require cuda-shared-binaries.inc | |||||||
| MAINSUM = "66ac9310fdb7ff6eecfb9b1fc85bf23272e8cf6cd15edf26b9073fd6b3dedb17" | MAINSUM = "66ac9310fdb7ff6eecfb9b1fc85bf23272e8cf6cd15edf26b9073fd6b3dedb17" | ||||||
| MAINSUM:x86-64 = "f15fb71f890201598c2e9875984538890adc1d9af2c1437eb04e62bde5dbcf7d" | MAINSUM:x86-64 = "f15fb71f890201598c2e9875984538890adc1d9af2c1437eb04e62bde5dbcf7d" | ||||||
|  |  | ||||||
|  | do_compile:append() { | ||||||
|  |     rm -rf ${S}/usr/local/cuda-${CUDA_VERSION}/compute-sanitizer/x86 | ||||||
|  | } | ||||||
|  |  | ||||||
| FILES:${PN} += " \ | FILES:${PN} += " \ | ||||||
|     ${prefix}/local/cuda-${CUDA_VERSION}/compute-sanitizer/TreeLauncherSubreaper \ |     ${prefix}/local/cuda-${CUDA_VERSION}/compute-sanitizer/TreeLauncherSubreaper \ | ||||||
|     ${prefix}/local/cuda-${CUDA_VERSION}/compute-sanitizer/compute-sanitizer \ |     ${prefix}/local/cuda-${CUDA_VERSION}/compute-sanitizer/compute-sanitizer \ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user