]> code.ossystems Code Review - meta-freescale.git/commitdiff
perf: Only disable perf events for machines using 2.6.35.3.
authorAlex Gonzalez <alex.gonzalez@digi.com>
Sun, 11 Jan 2015 21:31:16 +0000 (22:31 +0100)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 13 Jan 2015 13:07:12 +0000 (11:07 -0200)
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>
meta-fsl-arm/conf/machine/imx28evk.conf
meta-fsl-arm/conf/machine/imx51evk.conf
meta-fsl-arm/conf/machine/imx53ard.conf
meta-fsl-arm/conf/machine/imx53qsb.conf
meta-fsl-arm/conf/machine/include/imx-base.inc
meta-fsl-arm/conf/machine/include/mxs-base.inc

index 86123c3155827efc7c299b9710f6a909f99a77ba..672e4587b5a0c0d50a6a97579f23149652eb0a56 100644 (file)
@@ -8,6 +8,9 @@ include conf/machine/include/mxs-base.inc
 
 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"
index d9aea7c0b67719d5da0c0d2f11ca88d88ae34253..9d7d06ca41fc6236a3d53795ffd39e29f93603d2 100644 (file)
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc
 
 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"
index 8a64e22b48ffd5d8e97b431c8b6fcbacda0b06bd..c338d6b5138b159c3c43205d2a2e0139f4114eeb 100644 (file)
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc
 
 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"
index 5df85a9e2c5bf5c7ba2449676008156b5492ff07..0e7349e82dfef70444b5886dac41b71d71592fdb 100644 (file)
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc
 
 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"
index 63fad4082bedf82f51bbd29a3e41fd24656d513d..21e47386a3e28b3efe0683e54b5aefbfa86421b7 100644 (file)
@@ -6,9 +6,6 @@ include conf/machine/include/fsl-default-providers.inc
 
 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"
index 40cfa0f13d02ee597525ce031f4c0037e402c719..0314952013d3d5a787ba71984e8229d8424349fd 100644 (file)
@@ -15,9 +15,6 @@ UBOOT_ENTRYPOINT = "0x40008000"
 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"