summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-wandboard.inc
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-wandboard.inc
downloadmeta-fsl-arm-extra-54eecdabe0cdfdc47d77b3e182fda5899702ded7.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-wandboard.inc')
-rw-r--r--recipes-kernel/linux/linux-wandboard.inc24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-wandboard.inc b/recipes-kernel/linux/linux-wandboard.inc
new file mode 100644
index 0000000..792e991
--- /dev/null
+++ b/recipes-kernel/linux/linux-wandboard.inc
@@ -0,0 +1,24 @@
1# Adapted from linux-imx.inc, copyright (C) 2012, 2013 O.S. Systems Software LTDA
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "Linux kernel for Wandboard"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
7
8require recipes-kernel/linux/linux-imx.inc
9
10# Put a local version until we have a true SRCREV to point to
11LOCALVERSION ?= "+yocto"
12SCMVERSION ?= "y"
13
14SRCBRANCH ??= "master"
15
16# Allow override of WANDBOARD_GITHUB_MIRROR to make use of
17# local repository easier
18WANDBOARD_GITHUB_MIRROR ?= "git://github.com/wandboard-org/linux.git"
19
20# SRC_URI for wandboard kernel
21SRC_URI = "${WANDBOARD_GITHUB_MIRROR};branch=${SRCBRANCH} \
22 file://defconfig \
23"
24