summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-07-31 13:12:32 +0200
committerStefan Agner <stefan.agner@toradex.com>2017-01-09 15:05:05 -0800
commite2b33a2eb4a533501c8f92b2859511e6cd2f52d4 (patch)
tree59b3158601fd90050dfe43c8b161cb2d2030295e /recipes-kernel
parent225af63e97eaf18d78728451bb3d87ee0bde300d (diff)
linux-toradex_4.1.15: moved to meta-fsl-arm-extra
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex_4.1.15.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.1.15.bb b/recipes-kernel/linux/linux-toradex_4.1.15.bb
deleted file mode 100644
index a72cc95..0000000
--- a/recipes-kernel/linux/linux-toradex_4.1.15.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-require recipes-kernel/linux/linux-imx.inc
-require recipes-kernel/linux/linux-dtb.inc
-
-SUMMARY = "Linux kernel for Toradex Freescale i.MX based modules"
-
-SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \
- file://defconfig"
-
-# Load USB functions configurable through configfs (CONFIG_USB_CONFIGFS)
-KERNEL_MODULE_AUTOLOAD += "${@bb.utils.contains('COMBINED_FEATURES', 'usbgadget', ' libcomposite', '',d)}"
-
-LOCALVERSION = "-v2.6.1b1"
-SRCBRANCH = "toradex_imx_4.1.15_1.0.0_ga"
-SRCREV = "bef7a90406b663a74aaaf06bdccc56285d9fe93c"
-
-DEPENDS += "lzop-native bc-native"
-COMPATIBLE_MACHINE = "(mx7)"