summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-mainline-rt_4.19.bb
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-08-16 18:01:13 +0200
committerStefan Agner <stefan.agner@toradex.com>2019-09-04 14:12:49 +0200
commit21cfcd55431dccd932a9297a38975af51c74363c (patch)
treecf077992f791fda03c3079bef5bb288e456c4c6c /recipes-kernel/linux/linux-toradex-mainline-rt_4.19.bb
parent3ae1c070502d54d4cb6428284659f7f2dd801be3 (diff)
linux-toradex-mainline: initial add of mainline based PREEMPT_RT kernel
Add initial version of a recipe to build the mainline based PREEMPT_RT kernel for Toradex modules. This kernel has been maintained for TorizonCore and is now moving to the official BSP. At this point the kernel is working well for the platforms supported by TorizonCore, but the hardware support hasn't been completed or verified. The defconfig files are the same configurations as generated by the TorizonCore kernel-cache (kernel configuration metadata) commit fd3d3be08c05 ("features/usb-net: enable some LTE/GSM modems"). Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-mainline-rt_4.19.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-mainline-rt_4.19.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex-mainline-rt_4.19.bb b/recipes-kernel/linux/linux-toradex-mainline-rt_4.19.bb
new file mode 100644
index 0000000..2476dc2
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex-mainline-rt_4.19.bb
@@ -0,0 +1,14 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
+
+LINUX_VERSION ?= "4.19.59-rt24"
+
+SRCREV_machine = "3758b8bd81966b63dc93093a323e9bdd734545fd"
+
+KBRANCH = "toradex_4.19.y-rt"
+
+require recipes-kernel/linux/linux-toradex-mainline.inc
+
+SRC_URI += " \
+ file://defconfig \
+"
+