summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-09-10 15:55:43 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-09-13 14:13:11 -0300
commit79084ad0cae58aaa78385388c57cf51edc1bbdee (patch)
treeefcfbf8294b0681e99ddc266f3d4a37ecb6e040f
parent04f0d673df39a00733b1789e4bfdc0681088996d (diff)
downloadmeta-fsl-arm-79084ad0cae58aaa78385388c57cf51edc1bbdee.tar.gz
mxs-base.inc: Disable perf tool features as Linux 2.6.35.3 fails
The perf tool build fails in upcoming Yocto 1.3 as it try to enable perf-scripting but perl and python linking is not working in current default kernel. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/include/mxs-base.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index 486e914..c92c25e 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -9,6 +9,9 @@ include conf/machine/include/tune-arm926ejs.inc
9 9
10SOC_FAMILY = "mxs" 10SOC_FAMILY = "mxs"
11 11
12# Disable perf features as 2.6.35.3 fail to build otherwise
13PERF_FEATURES_ENABLE = ""
14
12XSERVER = "xserver-xorg \ 15XSERVER = "xserver-xorg \
13 xf86-input-evdev \ 16 xf86-input-evdev \
14 xf86-video-fbdev" 17 xf86-video-fbdev"