summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2018-01-25 13:30:27 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-29 09:21:20 +0200
commit0e4156a2b18a2a18f1338856ee9f85b81dfa63bb (patch)
treef483e6ebb907daf8a9c447229c1c4ca07e7e6a90 /recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb
parenta52566c5aa5f007cd6174793d8fed9b86fc6b2c1 (diff)
linux-toradex-rt_4.9-1.0.x: add kernel recipe with PREEMPT RT
Add kernel recipe which applies the PREEMPT RT patchset. Patches used in the 4.1 kernel are either obsolete or have been updated. The patch "Work around CPU stalls in the imx-sdma driver" seems not to be necessary. The kernel did not show the reported stack trace after one night of cyclictest while audio running. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb b/recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb
new file mode 100644
index 0000000..884c55c
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex-rt_4.9-1.0.x.bb
@@ -0,0 +1,16 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
+require recipes-kernel/linux/linux-toradex_4.9-1.0.x.bb
+
+SUMMARY = "Real-Time Linux kernel for Toradex Freescale i.MX based modules"
+
+SRC_URI += " \
+ https://www.kernel.org/pub/linux/kernel/projects/rt/4.9/older/patch-4.9.84-rt62.patch.gz;name=rt-patch \
+ file://0001-gpu-viv-enable-PREEMPT-RT-fixes.patch \
+ file://0002-mm-Work-around-the-oops-below-by-disabling-split-ptl.patch \
+"
+
+SRC_URI[rt-patch.md5sum] = "ff3eef7b14d02a689433e7a6849cae54"
+SRC_URI[rt-patch.sha256sum] = "67dd6a689a9355093b98b52d8f26e22685462797765ee44c0893fee5860d383f"
+
+SRCREV = "1503202b88dea903c868a221478d9d5d67c45d9a"
+SRCBRANCH = "toradex_4.9-1.0.x-imx"