From 3538141bb05b3734913837a8c263bc851b428e93 Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 23 Sep 2020 17:35:10 +0200 Subject: [PATCH] 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 --- conf/machine/imx8-nmhw23-dlm.conf | 2 ++ conf/machine/imx8-nmhw23.conf | 1 + 2 files changed, 3 insertions(+) diff --git a/conf/machine/imx8-nmhw23-dlm.conf b/conf/machine/imx8-nmhw23-dlm.conf index 4c887ed..c554782 100644 --- a/conf/machine/imx8-nmhw23-dlm.conf +++ b/conf/machine/imx8-nmhw23-dlm.conf @@ -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" diff --git a/conf/machine/imx8-nmhw23.conf b/conf/machine/imx8-nmhw23.conf index 176b978..6871693 100644 --- a/conf/machine/imx8-nmhw23.conf +++ b/conf/machine/imx8-nmhw23.conf @@ -43,6 +43,7 @@ MACHINE_FEATURES += " \ wwan \ bluetooth \ neo-m8l \ + v2x \ " ACCEPT_FSL_EULA = "1"