Newer kernels build fine with the default settings.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
SOC_FAMILY = "mxs:mx28"
+# Disable perf features as 2.6.35.3 fails to build otherwise
+PERF_FEATURES_ENABLE = ""
+
IMXBOOTLETS_MACHINE = "iMX28_EVK"
UBOOT_CONFIG ??= "sd"
SOC_FAMILY = "mx5:mx51"
+# Disable perf features as 2.6.35.3 fails to build otherwise
+PERF_FEATURES_ENABLE = ""
+
KERNEL_DEVICETREE = "imx51-babbage.dtb"
UBOOT_MACHINE = "mx51evk_config"
SOC_FAMILY = "mx5:mx53"
+# Disable perf features as 2.6.35.3 fails to build otherwise
+PERF_FEATURES_ENABLE = ""
+
KERNEL_DEVICETREE = "imx53-ard.dtb"
UBOOT_MACHINE = "mx53ard_config"
SOC_FAMILY = "mx5:mx53"
+# Disable perf features as 2.6.35.3 fails to build otherwise
+PERF_FEATURES_ENABLE = ""
+
KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb"
UBOOT_MACHINE = "mx53loco_config"
include conf/machine/include/soc-family.inc
-# Disable perf features as 2.6.35.3 fail to build otherwise
-PERF_FEATURES_ENABLE = ""
-
# Set specific make target and binary suffix
UBOOT_MAKE_TARGET = "u-boot.imx"
UBOOT_SUFFIX ?= "imx"
UBOOT_MAKE_TARGET = "u-boot.sb"
UBOOT_SUFFIX = "sb"
-# Disable perf features as 2.6.35.3 fail to build otherwise
-PERF_FEATURES_ENABLE_mx28 = ""
-
XSERVER = "xserver-xorg \
xf86-input-evdev \
xf86-video-fbdev"