From c6e09fe27ab73eba2dcf99ad1d29092359d12890 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 10 Sep 2012 15:55:43 -0300 Subject: [PATCH] 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 --- meta-fsl-arm/conf/machine/include/mxs-base.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-fsl-arm/conf/machine/include/mxs-base.inc b/meta-fsl-arm/conf/machine/include/mxs-base.inc index 486e914d..c92c25e9 100644 --- a/meta-fsl-arm/conf/machine/include/mxs-base.inc +++ b/meta-fsl-arm/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" -- 2.40.1