summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-imx_3.14-1.1.x.bb
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:59:36 -0300
commitcde7cb051966d18f6a1b6fa9a478986cc0d6e757 (patch)
treed1c0277fab0f65de656b45b273ee1ae7513d7d1b /recipes-kernel/linux/linux-fslc-imx_3.14-1.1.x.bb
parent8383610d5a6697bedbd806f0ea27ce6eb8193ede (diff)
downloadmeta-fsl-arm-cde7cb051966d18f6a1b6fa9a478986cc0d6e757.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 'recipes-kernel/linux/linux-fslc-imx_3.14-1.1.x.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc-imx_3.14-1.1.x.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc-imx_3.14-1.1.x.bb b/recipes-kernel/linux/linux-fslc-imx_3.14-1.1.x.bb
new file mode 100644
index 0000000..a8d42fa
--- /dev/null
+++ b/recipes-kernel/linux/linux-fslc-imx_3.14-1.1.x.bb
@@ -0,0 +1,16 @@
1# Copyright (C) 2015, 2016 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "FSL Community BSP i.MX6 Linux kernel with backported features and fixes"
5DESCRIPTION = "Linux kernel based on Freescale 3.14.52-1.1.0 GA release, used by FSL Community BSP in order to \
6provide support for i.MX6 based platforms and include official Linux kernel stable updates, backported \
7features and fixes coming from the vendors, kernel community or FSL Community itself."
8
9include linux-fslc.inc
10
11PV .= "+git${SRCPV}"
12
13SRCBRANCH = "3.14-1.1.x-imx"
14SRCREV = "327d5c9063b715c91a88655533d5e477a0afe218"
15
16COMPATIBLE_MACHINE = "(mx6|mx7)"