summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-boundary_3.10.17.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 02:06:17 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 02:06:17 +0200
commit54eecdabe0cdfdc47d77b3e182fda5899702ded7 (patch)
tree8e28d750773f0aa38f0d2de83109b190faf0b425 /recipes-kernel/linux/linux-boundary_3.10.17.bb
downloadmeta-fsl-arm-extra-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
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)"