summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-12-07 18:14:46 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-12-15 15:48:31 +0100
commita217ed5784b615ab380405bb2a6eeebc73032830 (patch)
tree055ce548be6d99f2db622b32fead855b24c18612 /recipes-kernel
parent724139b43ec3de5c785f98bfa7c02f59cdd63cc8 (diff)
linux-toradex_4.1: convert recipe to bbappend
We have this recipe in meta-fsl-arm-extra. Convert it to a bbappend and only keep the changes to the bb files. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex_4.1.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.1.bb b/recipes-kernel/linux/linux-toradex_4.1.bb
deleted file mode 100644
index 6da8c10..0000000
--- a/recipes-kernel/linux/linux-toradex_4.1.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-require recipes-kernel/linux/linux-imx.inc
-require recipes-kernel/linux/linux-dtb.inc
-
-SUMMARY = "Linux kernel for Toradex Colibri VFxx Computer on 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.5b2"
-SRCBRANCH = "toradex_vf_4.1"
-SRCREV = "559570ccdc6555d2228a4e4e9e589e3145d7c2e4"
-DEPENDS += "lzop-native bc-native"
-COMPATIBLE_MACHINE = "(vf)"