summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_4.1.15.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2016-06-04 14:14:02 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2016-06-30 13:28:27 +0200
commit1176769bf98c8f8ddf45ea44294040409956e575 (patch)
tree601565c514528a1ce27c18333a83e8ce27ddfb0b /recipes-kernel/linux/linux-toradex_4.1.15.bb
parent665ca2e096eefcfd6b211b891944059e1071ead5 (diff)
colibri-imx7: add kernel 4.1.15 recipe
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_4.1.15.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_4.1.15.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex_4.1.15.bb b/recipes-kernel/linux/linux-toradex_4.1.15.bb
new file mode 100644
index 0000000..dc23e26
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex_4.1.15.bb
@@ -0,0 +1,17 @@
+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.6b2"
+SRCBRANCH = "toradex_imx_4.1.15_1.0.0_ga-next"
+SRCREV = "893b18026a9ad8ab1371d64b5728d4de2d33cc6c"
+
+DEPENDS += "lzop-native bc-native"
+COMPATIBLE_MACHINE = "(mx7)"