]> code.ossystems Code Review - meta-freescale.git/commitdiff
mxs-base.inc: Disable perf tool features as Linux 2.6.35.3 fails
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 10 Sep 2012 18:55:43 +0000 (15:55 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 13 Sep 2012 17:13:11 +0000 (14:13 -0300)
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>
meta-fsl-arm/conf/machine/include/mxs-base.inc

index 486e914d781db95eb893e8b49068070fd03bd242..c92c25e973cf5d69ca925ba9361751fb5e322db4 100644 (file)
@@ -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"