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 /conf/machine | |
parent | 04f0d673df39a00733b1789e4bfdc0681088996d (diff) | |
download | meta-fsl-arm-79084ad0cae58aaa78385388c57cf51edc1bbdee.tar.gz meta-fsl-arm-79084ad0cae58aaa78385388c57cf51edc1bbdee.tar.bz2 meta-fsl-arm-79084ad0cae58aaa78385388c57cf51edc1bbdee.zip |
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>
Diffstat (limited to 'conf/machine')
-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 SOC_FAMILY = "mxs" +# Disable perf features as 2.6.35.3 fail to build otherwise +PERF_FEATURES_ENABLE = "" + XSERVER = "xserver-xorg \ xf86-input-evdev \ xf86-video-fbdev" |