summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-wandboard.inc
diff options
context:
space:
mode:
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