summaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-toradex_3.17.bb
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2014-11-10 12:42:39 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2014-11-13 07:54:31 +0100
commitb52205d0e9791ca09eda2a547c4918d2ad164922 (patch)
tree531dfbdfaed9921a70821d6b05f3c58bf285d92e /recipes-kernel/linux/linux-toradex_3.17.bb
parent6cd1a7bb9f464b1d02bed82544eb9498e974fa9a (diff)
colibri-vf: add mainline kernel recipe
Add recipe to build mainline kernel. Currently, the 3.17 next branch will be built. To use this kernel, add this lines to your local.conf PREFERRED_PROVIDER_virtual/kernel ?= "linux-toradex" IMAGE_INSTALL_append = "kernel-devicetree" KERNEL_DEVICETREE += "vf500-colibri-eval-v3.dtb vf610-colibri-eval-v3.dtb" Also, the multi-core communication packages (mqxboot, libmcc, mcc-pingpong and kernel-module-mcc) need to be removed from recipes/images/trdx-extra.inc since the required kernel interfaces are not available on the 3.17 mainline port.
Diffstat (limited to 'recipes-kernel/linux/linux-toradex_3.17.bb')
-rw-r--r--recipes-kernel/linux/linux-toradex_3.17.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-toradex_3.17.bb b/recipes-kernel/linux/linux-toradex_3.17.bb
new file mode 100644
index 0000000..7664f25
--- /dev/null
+++ b/recipes-kernel/linux/linux-toradex_3.17.bb
@@ -0,0 +1,13 @@
+require recipes-kernel/linux/linux-imx.inc
+require recipes-kernel/linux/linux-dtb.inc
+
+SUMMARY = "Linux kernel for Toradex Colibri VFxx boards"
+
+SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=git;branch=${SRCBRANCH} \
+ file://defconfig"
+
+LOCALVERSION = "-v2.3b2"
+SRCBRANCH = "toradex_vf_3.17-next"
+SRCREV = "c646b0f4fdad4cc9dabdcbe40b5a893d173e2850"
+DEPENDS += "lzop-native bc-native"
+COMPATIBLE_MACHINE = "(colibri-vf)"