summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex-rt_4.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-toradex-rt_4.4.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex-rt_4.4.bb22
1 files changed, 22 insertions, 0 deletions
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)"