summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-mx6-rt_3.14-1.0.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-mx6-rt_3.14-1.0.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-mx6-rt_3.14-1.0.x.bb')
-rw-r--r--recipes-kernel/linux/linux-fslc-mx6-rt_3.14-1.0.x.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-kernel/linux/linux-fslc-mx6-rt_3.14-1.0.x.bb b/recipes-kernel/linux/linux-fslc-mx6-rt_3.14-1.0.x.bb
deleted file mode 100644
index af65b72..0000000
--- a/recipes-kernel/linux/linux-fslc-mx6-rt_3.14-1.0.x.bb
+++ /dev/null
@@ -1,27 +0,0 @@
1# Adapted from linux-fslc-mx6_3.14-1.0.x.bb
2
3SUMMARY = "Realtime version of the FSL Community BSP i.MX6 Linux kernel with backported features and fixes"
4DESCRIPTION = "Linux kernel based on Freescale 3.14.28 GA release, used by FSL Community BSP in order to \
5provide support for i.MX6 based platforms and include official Linux kernel stable updates, backported \
6features and fixes coming from the vendors, kernel community or FSL Community itself. \
7In addition, this kernel has the realtime patch (PREEMPT_RT) applied."
8
9include linux-fslc.inc
10
11PV .= "+git${SRCPV}"
12
13SRCBRANCH = "3.14-1.0.x-mx6"
14SRCREV = "964e5a3e65936e07f5d5189d233b8f8843687776"
15
16SRC_URI += "\
17 https://www.kernel.org/pub/linux/kernel/projects/rt/3.14/older/patch-3.14.51-rt52.patch.gz;name=rt-patch1 \
18 file://0001-fix-build.patch \
19 file://0002-fix-build-with-rt-enabled.patch \
20 file://0003-no-split-ptlocks.patch \
21 file://0004-imx-sdma-channel-use-raw-spinlock.patch \
22"
23
24SRC_URI[rt-patch1.md5sum] = "236a97a3722c21403bbe60350e9be184"
25SRC_URI[rt-patch1.sha256sum] = "a454c6fabbd3a0698feec6a1bb71bc8af8d8f40a424ca071b30bee40c32f2c20"
26
27COMPATIBLE_MACHINE = "(mx6)"