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

boot-monitor: Update commit sha for boot monitor

Update the commit sha to the latest commit for
the boot monitor and uptick the rev as well
The update contains non-critical build fixes

Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Dan Murphy
2015-12-18 19:58:18 +00:00
committed by Denys Dmytriyenko
parent 24efdcb8b5
commit 1ddf4bb564

View File

@@ -8,13 +8,13 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}"
PV = "3.0+git${SRCPV}"
PR = "r0"
PR = "r1"
BRANCH = "master"
S = "${WORKDIR}/git"
SRCREV = "28e4fba48f49cc6223d01bffc912fd9f8d1b54e7"
SRCREV = "035329caed63abe7193c855ad5d561ae783b19d7"
BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin"