[meta-freescale] [meta-fsl-arm][PATCH 2/7] mxs-base.inc: Change i.MX28 for Linux-mainline by default

Otavio Salvador otavio at ossystems.com.br
Tue Jul 21 07:53:09 PDT 2015


As the codec support, for GStreamer, has been removed from master
branch there is no reason to keep using the old kernel for i.MX28
anymore. This moves it for the Linux FSLC fork which bases on
mainline.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 conf/machine/include/mxs-base.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/conf/machine/include/mxs-base.inc b/conf/machine/include/mxs-base.inc
index ecf4aed..d576dd3 100644
--- a/conf/machine/include/mxs-base.inc
+++ b/conf/machine/include/mxs-base.inc
@@ -8,8 +8,7 @@ include conf/machine/include/tune-arm926ejs.inc
 
 SOC_FAMILY = "mxs"
 
-PREFERRED_PROVIDER_virtual/kernel ??= "linux-imx"
-PREFERRED_PROVIDER_virtual/kernel_mx23 ?= "linux-fslc"
+PREFERRED_PROVIDER_virtual/kernel ??= "linux-fslc"
 
 PREFERRED_PROVIDER_u-boot ??= "u-boot-fslc"
 PREFERRED_PROVIDER_virtual/bootloader ??= "u-boot-fslc"
-- 
2.4.6



More information about the meta-freescale mailing list