From: Fabio Estevam <[email protected]> There is no need to have 'wifi' entry twice in MACHINE_FEATURES, so remove the duplicate occurance.
Signed-off-by: Fabio Estevam <[email protected]> --- 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..c342dbb 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 bluetooth irda serial usbhost" MACHINE_EXTRA_RRECOMMENDS += " bcm4330-nvram-config" SERIAL_CONSOLE = "115200 ttymxc0" -- 1.9.1 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
