summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-denx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-denx.inc')
-rw-r--r--recipes-kernel/linux/linux-denx.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-denx.inc b/recipes-kernel/linux/linux-denx.inc
new file mode 100644
index 0000000..ec331ac
--- /dev/null
+++ b/recipes-kernel/linux/linux-denx.inc
@@ -0,0 +1,22 @@
1# Copyright (C) 2013 Marek Vasut <marex@denx.de>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "DENX mainline based Linux kernel"
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
7DEPENDS += "lzop-native"
8PROVIDES = "virtual/kernel linux-mainline"
9
10inherit kernel
11
12require recipes-kernel/linux/linux-imx.inc
13require recipes-kernel/linux/linux-dtb.inc
14
15# Avoid imx-test installation hacks
16IMX_TEST_SUPPORT = "n"
17
18SRCBRANCH ?= "master"
19SRC_URI = "git://git.denx.de/linux-denx.git;branch=${SRCBRANCH} \
20 file://defconfig"
21
22LOCALVERSION = "-denx"