From 79084ad0cae58aaa78385388c57cf51edc1bbdee Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 10 Sep 2012 15:55:43 -0300 Subject: 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 --- conf/machine/include/mxs-base.inc | 3 +++ 1 file changed, 3 insertions(+) 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" -- cgit v1.2.3-54-g00ecf