[meta-ti] Denys Dmytriyenko : u-boot 2015.01: prepare recipe for upcoming mainline 2015.01 release

Arago Project git git at arago-project.org
Fri Jan 9 11:50:42 PST 2015


Module: meta-ti
Branch: master
Commit: 147207eb6c6a1716239d68c0ad9f838ec870d766
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=147207eb6c6a1716239d68c0ad9f838ec870d766

Author: Denys Dmytriyenko <denys at ti.com>
Date:   Sat Jan 10 00:50:40 2015 +0000

u-boot 2015.01: prepare recipe for upcoming mainline 2015.01 release

Signed-off-by: Denys Dmytriyenko <denys at ti.com>

---

 recipes-bsp/u-boot/u-boot_2015.01.bb |   27 +++++++++++++++++++++++++++
 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 0000000..ee02107
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2015.01.bb
@@ -0,0 +1,27 @@
+require u-boot-ti.inc
+
+# DEPEND on dtc-native for mainline u-boot because the mainline u-boot depends
+# on some of the latest syntax constructs for an appended in dtb used for
+# items like secure boot/image signing.
+DEPENDS += "dtc-native"
+
+DESCRIPTION = "Mainline u-boot bootloader"
+
+DEFAULT_PREFERENCE = "-1"
+
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=c7383a594871c03da76b3707929d2919"
+
+PV = "2014.10+2015.01-rc4"
+
+SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
+
+BRANCH ?= "master"
+
+# Corresponds to tag v2015.01-rc4 plus more fixes
+SRCREV = "b188067f39627d977bb1db67c8456e9aaab90743"
+
+SPL_BINARY = "MLO"
+SPL_UART_BINARY = "u-boot-spl.bin"
+
+SPL_BINARY_omapl138 = ""
+SPL_UART_BINARY_omapl138 = ""



More information about the meta-ti mailing list