summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2014-07-30 05:53:36 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-07-29 20:32:03 -0400
commit26e782c71aa9916e259b834c6824d8a0633c58a9 (patch)
tree4651eb0637d06404d993f23eb15a1ffc244dfc6d
parent16179dfab3c5a47d83e5ae33c3446cdad4ba9bfe (diff)
downloadmeta-ti-26e782c71aa9916e259b834c6824d8a0633c58a9.tar.gz
u-boot-ti-staging: add TI staging version of u-boot 2014.07
Mainline version of 2014.07 will be pushed to mainline OE-Core soon. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Franklin Cooper Jr. <fcooper@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb
new file mode 100644
index 00000000..d9c37872
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2014.07.bb
@@ -0,0 +1,21 @@
1require u-boot-ti.inc
2
3# u-boot needs devtree compiler to parse dts files
4DEPENDS += "dtc-native"
5
6DESCRIPTION = "u-boot bootloader for TI devices"
7
8LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
9
10PV = "2014.07"
11PR = "r0+gitr${SRCPV}"
12
13SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
14
15BRANCH ?= "ti-u-boot-2014.07"
16
17# Corresponds to tag ti2014.07
18SRCREV = "053adddee4c97315059e08d4b3f5ebd264ed295f"
19
20SPL_BINARY = "MLO"
21SPL_UART_BINARY = "u-boot-spl.bin"