summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAlex Gonzalez <alex.gonzalez@digi.com>2015-01-11 22:31:16 +0100
committerOtavio Salvador <otavio@ossystems.com.br>2015-01-13 11:07:12 -0200
commitadae85f8522f29602b2def7a7a4381c6d76374e7 (patch)
treec3fb68066f1cd472794cc4e0ed0dae8e9ffa9e2a /conf
parenta2c45ac31ce8f9ab8edcb23f5188ab417675eac0 (diff)
downloadmeta-fsl-arm-adae85f8522f29602b2def7a7a4381c6d76374e7.tar.gz
perf: Only disable perf events for machines using 2.6.35.3.
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>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx28evk.conf3
-rw-r--r--conf/machine/imx51evk.conf3
-rw-r--r--conf/machine/imx53ard.conf3
-rw-r--r--conf/machine/imx53qsb.conf3
-rw-r--r--conf/machine/include/imx-base.inc3
-rw-r--r--conf/machine/include/mxs-base.inc3
6 files changed, 12 insertions, 6 deletions
diff --git a/conf/machine/imx28evk.conf b/conf/machine/imx28evk.conf
index 86123c3..672e458 100644
--- a/conf/machine/imx28evk.conf
+++ b/conf/machine/imx28evk.conf
@@ -8,6 +8,9 @@ include conf/machine/include/mxs-base.inc
8 8
9SOC_FAMILY = "mxs:mx28" 9SOC_FAMILY = "mxs:mx28"
10 10
11# Disable perf features as 2.6.35.3 fails to build otherwise
12PERF_FEATURES_ENABLE = ""
13
11IMXBOOTLETS_MACHINE = "iMX28_EVK" 14IMXBOOTLETS_MACHINE = "iMX28_EVK"
12 15
13UBOOT_CONFIG ??= "sd" 16UBOOT_CONFIG ??= "sd"
diff --git a/conf/machine/imx51evk.conf b/conf/machine/imx51evk.conf
index d9aea7c..9d7d06c 100644
--- a/conf/machine/imx51evk.conf
+++ b/conf/machine/imx51evk.conf
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc
9 9
10SOC_FAMILY = "mx5:mx51" 10SOC_FAMILY = "mx5:mx51"
11 11
12# Disable perf features as 2.6.35.3 fails to build otherwise
13PERF_FEATURES_ENABLE = ""
14
12KERNEL_DEVICETREE = "imx51-babbage.dtb" 15KERNEL_DEVICETREE = "imx51-babbage.dtb"
13 16
14UBOOT_MACHINE = "mx51evk_config" 17UBOOT_MACHINE = "mx51evk_config"
diff --git a/conf/machine/imx53ard.conf b/conf/machine/imx53ard.conf
index 8a64e22..c338d6b 100644
--- a/conf/machine/imx53ard.conf
+++ b/conf/machine/imx53ard.conf
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc
9 9
10SOC_FAMILY = "mx5:mx53" 10SOC_FAMILY = "mx5:mx53"
11 11
12# Disable perf features as 2.6.35.3 fails to build otherwise
13PERF_FEATURES_ENABLE = ""
14
12KERNEL_DEVICETREE = "imx53-ard.dtb" 15KERNEL_DEVICETREE = "imx53-ard.dtb"
13 16
14UBOOT_MACHINE = "mx53ard_config" 17UBOOT_MACHINE = "mx53ard_config"
diff --git a/conf/machine/imx53qsb.conf b/conf/machine/imx53qsb.conf
index 5df85a9..0e7349e 100644
--- a/conf/machine/imx53qsb.conf
+++ b/conf/machine/imx53qsb.conf
@@ -9,6 +9,9 @@ include conf/machine/include/tune-cortexa8.inc
9 9
10SOC_FAMILY = "mx5:mx53" 10SOC_FAMILY = "mx5:mx53"
11 11
12# Disable perf features as 2.6.35.3 fails to build otherwise
13PERF_FEATURES_ENABLE = ""
14
12KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb" 15KERNEL_DEVICETREE = "imx53-qsb.dtb imx53-qsrb.dtb"
13 16
14UBOOT_MACHINE = "mx53loco_config" 17UBOOT_MACHINE = "mx53loco_config"
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 63fad40..21e4738 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -6,9 +6,6 @@ include conf/machine/include/fsl-default-providers.inc
6 6
7include conf/machine/include/soc-family.inc 7include conf/machine/include/soc-family.inc
8 8
9# Disable perf features as 2.6.35.3 fail to build otherwise
10PERF_FEATURES_ENABLE = ""
11
12# Set specific make target and binary suffix 9# Set specific make target and binary suffix
13UBOOT_MAKE_TARGET = "u-boot.imx" 10UBOOT_MAKE_TARGET = "u-boot.imx"
14UBOOT_SUFFIX ?= "imx" 11UBOOT_SUFFIX ?= "imx"
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index 40cfa0f..0314952 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -15,9 +15,6 @@ UBOOT_ENTRYPOINT = "0x40008000"
15UBOOT_MAKE_TARGET = "u-boot.sb" 15UBOOT_MAKE_TARGET = "u-boot.sb"
16UBOOT_SUFFIX = "sb" 16UBOOT_SUFFIX = "sb"
17 17
18# Disable perf features as 2.6.35.3 fail to build otherwise
19PERF_FEATURES_ENABLE_mx28 = ""
20
21XSERVER = "xserver-xorg \ 18XSERVER = "xserver-xorg \
22 xf86-input-evdev \ 19 xf86-input-evdev \
23 xf86-video-fbdev" 20 xf86-video-fbdev"