summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-01-10 00:50:40 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-01-09 14:28:10 -0500
commit50adb4b8b6a8ff0ddcbace51139c942e336c1815 (patch)
tree684efdbf46e8a571daef103aca1bae86760d4b20
parenteb5d6cd6c53685265ce2c270bfa4ffb1cafa4f6a (diff)
downloadmeta-ti-50adb4b8b6a8ff0ddcbace51139c942e336c1815.tar.gz
u-boot 2015.01: prepare recipe for upcoming mainline 2015.01 release
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot_2015.01.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2015.01.bb b/recipes-bsp/u-boot/u-boot_2015.01.bb
new file mode 100644
index 00000000..ee021074
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2015.01.bb
@@ -0,0 +1,27 @@
1require u-boot-ti.inc
2
3# DEPEND on dtc-native for mainline u-boot because the mainline u-boot depends
4# on some of the latest syntax constructs for an appended in dtb used for
5# items like secure boot/image signing.
6DEPENDS += "dtc-native"
7
8DESCRIPTION = "Mainline u-boot bootloader"
9
10DEFAULT_PREFERENCE = "-1"
11
12LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
13
14PV = "2014.10+2015.01-rc4"
15
16SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
17
18BRANCH ?= "master"
19
20# Corresponds to tag v2015.01-rc4 plus more fixes
21SRCREV = "b188067f39627d977bb1db67c8456e9aaab90743"
22
23SPL_BINARY = "MLO"
24SPL_UART_BINARY = "u-boot-spl.bin"
25
26SPL_BINARY_omapl138 = ""
27SPL_UART_BINARY_omapl138 = ""