mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
cubox-i: Remove duplicate entries in MACHINE_FEATURES
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@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
ca0a8bb09e
commit
9b604fd413
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user