summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc-mx6-rt_3.14-1.0.x.bb
diff options
context:
space:
mode:
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)"