1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-07 11:20:45 +00:00

u-boot-beagleboard: modify beagleboard specific version to use new namespace feature

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2013-03-18 18:02:47 -04:00
parent 1ab747c80d
commit 3b88800423
@@ -1,11 +1,8 @@
require u-boot.inc
require u-boot-ti.inc
PR = "r7"
# SPL build
UBOOT_BINARY = "u-boot.img"
UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
SPL_BINARY = "MLO"
# No patches for other machines yet
COMPATIBLE_MACHINE = "(beagleboard)"
@@ -37,7 +34,3 @@ SRC_URI = "git://git.denx.de/u-boot.git;protocol=git \
"
SRCREV = "fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
S = "${WORKDIR}/git"