summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ls1_2014.07.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-ls1_2014.07.bb20
1 files changed, 18 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb b/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
index 010d2cc..ad1dd4b 100644
--- a/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
+++ b/recipes-bsp/u-boot/u-boot-ls1_2014.07.bb
@@ -1,9 +1,25 @@
1require recipes-bsp/u-boot/u-boot.inc 1require recipes-bsp/u-boot/u-boot.inc
2require u-boot-ls1.inc 2
3inherit fsl-u-boot-localversion 3DESCRIPTION = "U-Boot which includes the support for QorIQ Layerscape1 series boards"
4LICENSE = "GPLv2 & BSD-3-Clause & BSD-2-Clause & LGPL-2.0 & LGPL-2.1"
5LIC_FILES_CHKSUM = " \
6 file://Licenses/gpl-2.0.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 file://Licenses/bsd-2-clause.txt;md5=6a31f076f5773aabd8ff86191ad6fdd5 \
8 file://Licenses/bsd-3-clause.txt;md5=4a1190eac56a9db675d58ebe86eaf50c \
9 file://Licenses/lgpl-2.0.txt;md5=5f30f0716dfdd0d91eb439ebec522ec2 \
10 file://Licenses/lgpl-2.1.txt;md5=4fbd65380cdd255951079008b364516c \
11"
12
13SRCBRANCH = "sdk-v1.7.x"
14SRC_URI = "git://git.freescale.com/ppc/sdk/u-boot.git;branch=${SRCBRANCH}"
15SRCREV = "659b6a23a8b1f3026200bc6352dbacef53f4dcb1"
4 16
5LOCALVERSION ?= "-${SRCBRANCH}" 17LOCALVERSION ?= "-${SRCBRANCH}"
6 18
19S = "${WORKDIR}/git"
20
21inherit fsl-u-boot-localversion
22
7DEPENDS += "change-file-endianess-native" 23DEPENDS += "change-file-endianess-native"
8PROVIDES += "u-boot" 24PROVIDES += "u-boot"
9 25