DLM: Remove V2X support
The DLM board does not have V2X module. Therefor we must remove related software components. These components will there be enabled by looking at v2x in MACHINE_FEATURES. BugzID: 66088
This commit is contained in:
		
							parent
							
								
									bedc347bcf
								
							
						
					
					
						commit
						3538141bb0
					
				|  | @ -6,3 +6,5 @@ require imx8-nmhw23.conf | ||||||
| KERNEL_DEVICETREE = "netmodule/imx8-nmhw23-dlm.dtb" | KERNEL_DEVICETREE = "netmodule/imx8-nmhw23-dlm.dtb" | ||||||
| MACHINEOVERRIDES .= ":imx8-nmhw23" | MACHINEOVERRIDES .= ":imx8-nmhw23" | ||||||
| SOTA_MACHINE = "imx8-nmhw23" | SOTA_MACHINE = "imx8-nmhw23" | ||||||
|  | 
 | ||||||
|  | MACHINE_FEATURES_remove = "v2x" | ||||||
|  |  | ||||||
|  | @ -43,6 +43,7 @@ MACHINE_FEATURES += " \ | ||||||
| 	wwan \ | 	wwan \ | ||||||
| 	bluetooth \ | 	bluetooth \ | ||||||
| 	neo-m8l \ | 	neo-m8l \ | ||||||
|  | 	v2x \ | ||||||
| " | " | ||||||
| 
 | 
 | ||||||
| ACCEPT_FSL_EULA = "1" | ACCEPT_FSL_EULA = "1" | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue