1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

u-boot: update to the latest dev release for keystone

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2013-01-21 21:37:18 -05:00
parent 95e9cf6299
commit 9f7148c236

View File

@@ -8,13 +8,13 @@ COMPATIBLE_MACHINE = "keystone"
PACKAGE_ARCH = "${MACHINE_ARCH}"
PR = "r0+gitr${SRCPV}"
PR = "r1+gitr${SRCPV}"
SRC_URI = "git://gtgit01.gt.design.ti.com/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}"
SRC_URI = "git://arago-project.org/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}"
BRANCH = "master"
SRCREV = "6e710c61dba2665e01c900470a0a63743ff431c6"
SRCREV = "DEV.MCSDK-03.00.00.06"
EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'