summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-boundary_3.10.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-boundary_3.10.17.bb')
-rw-r--r--recipes-kernel/linux/linux-boundary_3.10.17.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
new file mode 100644
index 0000000..afb10e1
--- /dev/null
+++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
@@ -0,0 +1,19 @@
1# Adapted from linux-imx.inc, copyright (C) 2013, 2014 O.S. Systems Software LTDA
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4require recipes-kernel/linux/linux-imx.inc
5require recipes-kernel/linux/linux-dtb.inc
6
7SUMMARY = "Linux kernel for Boundary Devices boards"
8
9SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
10 file://defconfig \
11 file://Fix-imx6qsabrelite-perftop-crash.patch \
12 "
13
14LOCALVERSION = "-1.0.0_ga+yocto"
15SRCBRANCH = "boundary-imx_3.10.17_1.0.0_ga"
16SRCREV = "ca882d5a8f09d4e0e7aecd754baab54bf04a8768"
17DEPENDS += "lzop-native "
18COMPATIBLE_MACHINE = "(mx6)"
19COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"