summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-ls1.inc
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2014-09-04 12:33:16 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2014-09-15 09:35:13 -0300
commitecde2869a4911f694d54869050089e3766bb5b0a (patch)
tree73604211d942097491459014cadb0c0573a199b9 /recipes-kernel/linux/linux-ls1.inc
parenta7e9f553657957ec24e5df4ee499451703cd8297 (diff)
downloadmeta-fsl-arm-ecde2869a4911f694d54869050089e3766bb5b0a.tar.gz
linux-ls1: Add kernel recipes for Layerscape1 support
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel/linux/linux-ls1.inc')
-rw-r--r--recipes-kernel/linux/linux-ls1.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-ls1.inc b/recipes-kernel/linux/linux-ls1.inc
new file mode 100644
index 0000000..19614fd
--- /dev/null
+++ b/recipes-kernel/linux/linux-ls1.inc
@@ -0,0 +1,13 @@
1LICENSE = "GPLv2"
2LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
3
4inherit kernel fsl-kernel-localversion
5LOCALVERSION ?= "+ls1"
6
7SRC_URI = "git://git.freescale.com/layerscape/ls1021a/linux.git;branch=${SRCBRANCH} \
8 file://defconfig \
9"
10
11KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
12
13S = "${WORKDIR}/git"