summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2016-01-04 09:53:26 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:26 -0300
commitaed168c2d09c97349e5ccf9b707ed522fc56ee77 (patch)
tree90c51ba50baddb90d65117b0349e260ef711ec8c /conf
parent4155fe2fdb09f03d82f544439efc136e39559825 (diff)
downloadmeta-freescale-aed168c2d09c97349e5ccf9b707ed522fc56ee77.tar.gz
linux-fslc-imx: Upgrade to the 3.14.52-1.1.0 GA based fork
The FSLC kernel fork has been updated for the 3.14-1.52-1.1.0 GA release. It is a consolidated release covering all i.MX active product lines covering: - i.MX6QDL - i.MX6SL - i.MX6SX - i.MX6UL - i.MX7D The patch also updates the linux-fslc-imx-rt flavour for the very same kernel fork and ensures people uses the built-in Vivante GPU driver, when using the Linux RT support, as the external kernel module does not support it yet. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 6953c58e..970ea332 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -139,7 +139,7 @@ PREFERRED_PROVIDER_virtual/libg2d_mx6ul = ""
139IMX_DEFAULT_KERNEL = "linux-imx" 139IMX_DEFAULT_KERNEL = "linux-imx"
140IMX_DEFAULT_KERNEL_mxs = "linux-fslc" 140IMX_DEFAULT_KERNEL_mxs = "linux-fslc"
141IMX_DEFAULT_KERNEL_mx5 = "linux-fslc" 141IMX_DEFAULT_KERNEL_mx5 = "linux-fslc"
142IMX_DEFAULT_KERNEL_mx6 = "linux-fslc-mx6" 142IMX_DEFAULT_KERNEL_mx6 = "linux-fslc-imx"
143IMX_DEFAULT_KERNEL_mx6ul = "linux-imx" 143IMX_DEFAULT_KERNEL_mx6ul = "linux-imx"
144 144
145PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" 145PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}"