From 599a011bc511ca617fd58e1e8305b4252ccd5333 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 5 May 2017 10:43:19 -0700 Subject: linux-toradex-rt: add preempt rt for vf50/vf61 Add Linux kernel recipe which patches the Toradex Colibri VF50/VF61 kernel with the 4.4.60-rt73 PREEMPT RT patch set. Signed-off-by: Stefan Agner Acked-by: Marcel Ziswiler --- recipes-kernel/linux/linux-toradex-rt_4.4.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 recipes-kernel/linux/linux-toradex-rt_4.4.bb (limited to 'recipes-kernel/linux/linux-toradex-rt_4.4.bb') diff --git a/recipes-kernel/linux/linux-toradex-rt_4.4.bb b/recipes-kernel/linux/linux-toradex-rt_4.4.bb new file mode 100644 index 0000000..23dd522 --- /dev/null +++ b/recipes-kernel/linux/linux-toradex-rt_4.4.bb @@ -0,0 +1,22 @@ +require recipes-kernel/linux/linux-imx.inc +require recipes-kernel/linux/linux-dtb.inc +include conf/tdx_version.conf + +SUMMARY = "Linux kernel with real-time patch for Toradex Colibri VFxx Computer on Modules" + +SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \ + https://www.kernel.org/pub/linux/kernel/projects/rt/4.4/patch-4.4.60-rt73.patch.xz \ + file://defconfig" + +SRC_URI[md5sum] = "9084b5fe511383d0588a15d6034116cb" +SRC_URI[sha256sum] = "cbe77f8db27bae1d018b786bead3996c753f0e45fdec6dab088fbe2cffd0f890" + +KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}" + +LOCALVERSION = "-${PR}" +PR = "${TDX_VER_INT}" + +SRCREV = "7cfa3211be32063f41fc49573c6047f96d47c841" +SRCBRANCH = "toradex_vf_4.4" +DEPENDS += "lzop-native bc-native" +COMPATIBLE_MACHINE = "(vf)" -- cgit v1.2.3