1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

boot-monitor: use commit ID instead of tag, update to latest release

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2013-08-23 11:03:12 -04:00
parent eb33051707
commit c3f7e586d5

View File

@@ -14,13 +14,13 @@ COMPATIBLE_MACHINE = "keystone-evm"
SRC_URI = "git://arago-project.org/git/projects/boot-monitor.git;protocol=git;branch=${BRANCH}"
PV = "1.0"
PR = "r1+gitr${SRCPV}"
PR = "r2+gitr${SRCREV}"
BRANCH = "master"
S = "${WORKDIR}/git"
SRCREV = "DEV.MCSDK-03.00.00.07"
SRCREV = "94cab20c4a4725a014d6f815704557d28fec9610"
do_compile () {
unset LDFLAGS