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-02-23 21:58:16 -0300
commit5e0e6bd1b09c8992276270735c8635ca556a2c4f (patch)
tree463d43e06c7c3f34e54a0541af01658109264de7 /conf
parent37b57885c2b06fa3ad6ae1e1f08e252400c356a2 (diff)
downloadmeta-fsl-arm-5e0e6bd1b09c8992276270735c8635ca556a2c4f.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 6953c58..970ea33 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}"