]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-base.inc: Centralize the preferred kernel for i.MX3X SoCs
authorOtavio Salvador <otavio@ossystems.com.br>
Sun, 6 Jan 2013 21:16:20 +0000 (19:16 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 7 Jan 2013 10:30:27 +0000 (08:30 -0200)
The preferred kernel for i.MX3X SoCs are the same so we should set it
in imx-base.inc. The previous setting were not working as the board
files were using weak setting and the default (linux-imx) were being
used by mistake.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/conf/machine/imx31pdk.conf
meta-fsl-arm/conf/machine/imx35pdk.conf
meta-fsl-arm/conf/machine/include/imx-base.inc

index 5e3fd23aa18d20f9a5b285e79be4213bea05d2ae..0bb7aa755c8a98b7a86e6b90a74a8b33968b6ef5 100644 (file)
@@ -10,8 +10,6 @@ SOC_FAMILY = "mx31:mx3"
 
 GUI_MACHINE_CLASS = "smallscreen"
 
-PREFERRED_PROVIDER_virtual/kernel = "linux-mainline"
-
 XSERVER = "xserver-xorg \
            xf86-input-evdev \
            xf86-video-fbdev"
index 997d2618edfea5da65857c7e591e2115ee2d738c..29d1c6a4918c4f30f0e4bbbfd137e3a802bcd484 100755 (executable)
@@ -8,8 +8,6 @@ require conf/machine/include/tune-arm1136jf-s.inc
 
 SOC_FAMILY = "mx35:mx3"
 
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-mainline"
-
 UBOOT_ENTRYPOINT = "0x80008000"
 UBOOT_LOADADDRESS = "0x80008000"
 UBOOT_MACHINE = "mx35pdk_config"
index 10d67ac28a809d2fdcc4dfaa370d63c06a504493..455d61f70b20754a2a8e10db6e2e7107eecd8f7b 100644 (file)
@@ -58,6 +58,8 @@ PREFERRED_PROVIDER_virtual/egl_mx5 ?= "amd-gpu-x11-bin-mx51"
 PREFERRED_PROVIDER_virtual/libgles1_mx5 ?= "amd-gpu-x11-bin-mx51"
 PREFERRED_PROVIDER_virtual/libgles2_mx5 ?= "amd-gpu-x11-bin-mx51"
 
+PREFERRED_PROVIDER_virtual/kernel_mx3 = "linux-fslc"
+
 EXTRA_IMAGEDEPENDS = "u-boot"
 
 SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"