summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ls1.inc
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2014-09-04 12:33:15 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2014-09-15 09:35:13 -0300
commita7e9f553657957ec24e5df4ee499451703cd8297 (patch)
treea7ecf43e3d06fc5affd9d0418d6a3e84eb5f6fe6 /recipes-bsp/u-boot/u-boot-ls1.inc
parentda738059d3b1e9c82cc897624fbeeb22a9cd11b2 (diff)
downloadmeta-fsl-arm-a7e9f553657957ec24e5df4ee499451703cd8297.tar.gz
u-boot-ls1: Add recipe for Layerscape1 support
* u-boot-ls1-tools-native: provides the tcl script for endian swap * u-boot-ls1: the u-boot recipes for ls1021aqds and ls1021atwr support Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ls1.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-ls1.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ls1.inc b/recipes-bsp/u-boot/u-boot-ls1.inc
new file mode 100644
index 0000000..ca84047
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-ls1.inc
@@ -0,0 +1,14 @@
1LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1"
2LIC_FILES_CHKSUM = " \
3 file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
4 file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \
5 file://Licenses/bsd-3-clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \
6 file://Licenses/lgpl-2.0.txt;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
7 file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
8"
9
10SRCBRANCH = "LS1-dev"
11SRC_URI = "git://git.freescale.com/layerscape/ls1021a/u-boot.git;branch=${SRCBRANCH}"
12SRCREV = "48bfc6985a0524bc5c388bb9a9a6a6bc4a121ec5"
13
14S = "${WORKDIR}/git"