diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2016-01-04 09:53:26 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:26 -0300 |
commit | aed168c2d09c97349e5ccf9b707ed522fc56ee77 (patch) | |
tree | 90c51ba50baddb90d65117b0349e260ef711ec8c /conf/machine | |
parent | 4155fe2fdb09f03d82f544439efc136e39559825 (diff) | |
download | meta-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/machine')
-rw-r--r-- | conf/machine/include/imx-base.inc | 2 |
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 = "" | |||
139 | IMX_DEFAULT_KERNEL = "linux-imx" | 139 | IMX_DEFAULT_KERNEL = "linux-imx" |
140 | IMX_DEFAULT_KERNEL_mxs = "linux-fslc" | 140 | IMX_DEFAULT_KERNEL_mxs = "linux-fslc" |
141 | IMX_DEFAULT_KERNEL_mx5 = "linux-fslc" | 141 | IMX_DEFAULT_KERNEL_mx5 = "linux-fslc" |
142 | IMX_DEFAULT_KERNEL_mx6 = "linux-fslc-mx6" | 142 | IMX_DEFAULT_KERNEL_mx6 = "linux-fslc-imx" |
143 | IMX_DEFAULT_KERNEL_mx6ul = "linux-imx" | 143 | IMX_DEFAULT_KERNEL_mx6ul = "linux-imx" |
144 | 144 | ||
145 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" | 145 | PREFERRED_PROVIDER_virtual/kernel ??= "${IMX_DEFAULT_KERNEL}" |