mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
u-boot: Add mainline u-boot version 2014.07-rc3
* The latest mainline u-boot works well for most TI devices and we want to enable more people to use and test it. Adding version 2014.07-rc3 will allow more people to build and use this u-boot version * Add a dependency on dtc-native since the latest mainline of u-boot now requires this and not every build host will have the right version. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
de54630569
commit
7c5088b0d0
27
recipes-bsp/u-boot/u-boot_2014.07.bb
Normal file
27
recipes-bsp/u-boot/u-boot_2014.07.bb
Normal file
@@ -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=025bf9f768cbcb1a165dbe1a110babfb"
|
||||
|
||||
# This is still an RC so set the PV accordingly to allow proper version
|
||||
# ordering when the RC is dropped.
|
||||
PV = "2014.04+2014.07-rc3"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
|
||||
|
||||
BRANCH ?= "master"
|
||||
|
||||
# Corresponds to tag v2014.07-rc3
|
||||
SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
|
||||
|
||||
SPL_BINARY = "MLO"
|
||||
SPL_UART_BINARY = "u-boot-spl.bin"
|
||||
Reference in New Issue
Block a user