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