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:
Alexandre Bard 2020-09-23 17:35:10 +02:00
parent bedc347bcf
commit 3538141bb0
2 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,5 @@ require imx8-nmhw23.conf
KERNEL_DEVICETREE = "netmodule/imx8-nmhw23-dlm.dtb"
MACHINEOVERRIDES .= ":imx8-nmhw23"
SOTA_MACHINE = "imx8-nmhw23"
MACHINE_FEATURES_remove = "v2x"

View File

@ -43,6 +43,7 @@ MACHINE_FEATURES += " \
wwan \
bluetooth \
neo-m8l \
v2x \
"
ACCEPT_FSL_EULA = "1"