summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2015-12-18 19:58:18 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-12-18 14:20:29 -0500
commit120ecb5a16a733baeaf5f844441beb66e0f1c568 (patch)
tree69789ac89f8241d753886d7b08cd9bc7c8869d85
parent4d90779f48fd774cda8e48abe8a4ebf61af07bd0 (diff)
downloadmeta-ti-120ecb5a16a733baeaf5f844441beb66e0f1c568.tar.gz
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>
-rw-r--r--recipes-bsp/boot-monitor/boot-monitor_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index 081e605d..e532f218 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -8,13 +8,13 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
8SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}" 8SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}"
9 9
10PV = "3.0+git${SRCPV}" 10PV = "3.0+git${SRCPV}"
11PR = "r0" 11PR = "r1"
12 12
13BRANCH = "master" 13BRANCH = "master"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17SRCREV = "28e4fba48f49cc6223d01bffc912fd9f8d1b54e7" 17SRCREV = "035329caed63abe7193c855ad5d561ae783b19d7"
18 18
19BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" 19BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin"
20 20