summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-fslc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-fslc.inc')
-rw-r--r--recipes-kernel/linux/linux-fslc.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-fslc.inc b/recipes-kernel/linux/linux-fslc.inc
new file mode 100644
index 0000000..dc560b9
--- /dev/null
+++ b/recipes-kernel/linux/linux-fslc.inc
@@ -0,0 +1,18 @@
1# Copyright (C) 2012-2014 O.S. Systems Software LTDA.
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
6DEPENDS += "lzop-native bc-native"
7PROVIDES = "virtual/kernel linux-mainline"
8
9inherit kernel
10
11require recipes-kernel/linux/linux-imx.inc
12require recipes-kernel/linux/linux-dtb.inc
13
14SRCBRANCH ?= ""
15
16SRC_URI = "git://github.com/Freescale/linux-mainline.git;branch=${SRCBRANCH} \
17 file://defconfig"
18LOCALVERSION = "-fslc"