[meta-freescale] [PATCH v2][meta-fsl-arm-extra] cubox-i: Remove duplicate entries in MACHINE_FEATURES

Fabio Estevam festevam at gmail.com
Sat May 16 12:58:39 PDT 2015


From: Fabio Estevam <fabio.estevam at freescale.com>

There is no need to have 'wifi' and 'bluetooth' entries twice in 
MACHINE_FEATURES, so remove the duplicate occurrances.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
Changes since v1:
- Also remove the duplicate bluetooth occurrance

 conf/machine/cubox-i.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf
index 4809dcb..b7a91ba 100644
--- a/conf/machine/cubox-i.conf
+++ b/conf/machine/cubox-i.conf
@@ -26,7 +26,7 @@ SPL_BINARY = "SPL"
 KERNEL_IMAGETYPE = "zImage"
 KERNEL_DEVICETREE = "imx6dl-cubox-i.dtb imx6q-cubox-i.dtb imx6dl-hummingboard.dtb imx6q-hummingboard.dtb"
 
-MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth irda serial usbhost wifi"
+MACHINE_FEATURES += "pci wifi bluetooth alsa irda serial usbhost"
 MACHINE_EXTRA_RRECOMMENDS += " bcm4330-nvram-config"
 
 SERIAL_CONSOLE = "115200 ttymxc0"
-- 
1.9.1



More information about the meta-freescale mailing list