diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-10 15:55:43 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-09-13 14:13:11 -0300 |
commit | 79084ad0cae58aaa78385388c57cf51edc1bbdee (patch) | |
tree | efcfbf8294b0681e99ddc266f3d4a37ecb6e040f | |
parent | 04f0d673df39a00733b1789e4bfdc0681088996d (diff) | |
download | meta-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.inc | 3 |
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 | ||
10 | SOC_FAMILY = "mxs" | 10 | SOC_FAMILY = "mxs" |
11 | 11 | ||
12 | # Disable perf features as 2.6.35.3 fail to build otherwise | ||
13 | PERF_FEATURES_ENABLE = "" | ||
14 | |||
12 | XSERVER = "xserver-xorg \ | 15 | XSERVER = "xserver-xorg \ |
13 | xf86-input-evdev \ | 16 | xf86-input-evdev \ |
14 | xf86-video-fbdev" | 17 | xf86-video-fbdev" |