[meta-freescale] [PATCH v2 1/2] mxs-base.inc: Use 'linux-fslc' by default on mx23

Fabio Estevam festevam at gmail.com
Wed Apr 24 15:12:31 PDT 2013


From: Fabio Estevam <fabio.estevam at freescale.com>

2.6.35 1.1.0 branch does not officially support mx23.

Let's use 'linux-fslc' as the default kernel for mx23.

Also disable perf only for mx28.

Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
Changes since v1:
- None

 conf/machine/include/mxs-base.inc |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index 68424e7..c0681f7 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -9,12 +9,14 @@ include conf/machine/include/tune-arm926ejs.inc
 
 SOC_FAMILY = "mxs"
 
+PREFERRED_PROVIDER_virtual/kernel_mx23 = "linux-fslc"
+
 UBOOT_ENTRYPOINT = "0x40008000"
 UBOOT_MAKE_TARGET = "u-boot.sb"
 UBOOT_SUFFIX = "sb"
 
 # Disable perf features as 2.6.35.3 fail to build otherwise
-PERF_FEATURES_ENABLE = ""
+PERF_FEATURES_ENABLE_mx28 = ""
 
 XSERVER = "xserver-xorg \
            xf86-input-evdev \
-- 
1.7.9.5




More information about the meta-freescale mailing list