]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base: set common machine features
authorAdrian Alonso <aalonso00@gmail.com>
Wed, 4 Jul 2012 22:18:38 +0000 (17:18 -0500)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 5 Jul 2012 02:15:53 +0000 (23:15 -0300)
* Set common machine features
* imx53qsb, imx53ard add wifi and bluetooth support
* imx6qsabrelite add pci to machine features

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
meta-fsl-arm/conf/machine/imx53ard.conf
meta-fsl-arm/conf/machine/imx53qsb.conf
meta-fsl-arm/conf/machine/imx6qsabrelite.conf
meta-fsl-arm/conf/machine/include/imx-base.inc

index 55a79b6094c4d2c3d5bcbe6f82ceb22af702810d..d4ff4d7fc2967cd0865117f4609d9224d1131675 100644 (file)
@@ -11,3 +11,5 @@ SOC_FAMILY = "mx5"
 UBOOT_ENTRYPOINT = "0x70800000"
 UBOOT_LOADADDRESS = "0x70800000"
 UBOOT_MACHINE = "mx53ard_config"
+
+MACHINE_FEATURES += " wifi bluetooth"
index 9891e589576ee1592cef10b73721a9a5e2a5b222..69aa7b0ec61d16935c78cdea7ca5db571524ec0b 100644 (file)
@@ -11,3 +11,5 @@ SOC_FAMILY = "mx5"
 UBOOT_ENTRYPOINT = "0x70800000"
 UBOOT_LOADADDRESS = "0x70800000"
 UBOOT_MACHINE = "mx53loco_config"
+
+MACHINE_FEATURES += " wifi bluetooth"
index 784eec4e0839c2370e6a703af338328aefb09ff5..70196e41ba4b6acd7e04ff811a078e2362066920 100644 (file)
@@ -19,3 +19,5 @@ XSERVER = "xserver-xorg-lite \
            xf86-video-fbdev"
 
 SERIAL_CONSOLE = "115200 ttymxc1"
+
+MACHINE_FEATURES += " pci wifi bluetooth"
index 5bc3ec48f58890743ee68172622af9e1afca35cc..c8e31ecf4e3b38ca5d8c37f7940ba2f21ed29288 100644 (file)
@@ -36,4 +36,4 @@ SERIAL_CONSOLE = "115200 ttymxc0"
 
 KERNEL_IMAGETYPE = "uImage"
 
-MACHINE_FEATURES = "apm pci usbgadget usbhost vfat alsa touchscreen wifi bluetooth"
+MACHINE_FEATURES = "apm usbgadget usbhost vfat alsa touchscreen"