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.bb27
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes-kernel/linux/linux-toradex-rt_4.4.bb b/recipes-kernel/linux/linux-toradex-rt_4.4.bb
deleted file mode 100644
index eacb767..0000000
--- a/recipes-kernel/linux/linux-toradex-rt_4.4.bb
+++ /dev/null
@@ -1,27 +0,0 @@
-require recipes-kernel/linux/linux-imx.inc
-
-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/older/patch-4.4.164-rt176.patch.xz;name=rt-patch \
- file://defconfig \
-"
-
-SRC_URI[rt-patch.md5sum] = "39d25cb2f119c9b4053ce1e40f2d00a8"
-SRC_URI[rt-patch.sha256sum] = "ecaaf3e329b4b4bf2b57c84344e3ae2ae8f0209ec40093ae6589decb48089b15"
-
-KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
-
-LOCALVERSION = "-${PR}"
-PR = "${TDX_VER_ITEM}"
-
-SRCREV = "6f01eb5bf8e8110ab5f3a8e7b0f3abf19a205e4b"
-SRCBRANCH = "toradex_vf_4.4"
-SRCREV_use-head-next = "${AUTOREV}"
-SRCBRANCH_use-head-next = "toradex_vf_4.4-next"
-DEPENDS += "lzop-native bc-native"
-COMPATIBLE_MACHINE = "(vf)"
-
-# defaults
-TDX_VER_ITEM ??= "0"