summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/boot-monitor
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:19:50 -0500
commit1ddf4bb564363a3305577664967c00976de8b291 (patch)
treef4aa180a58e855a25f46dd5dd660b6aad78e0b44 /recipes-bsp/boot-monitor
parent24efdcb8b5481272b80016242a0c1b735af20add (diff)
downloadmeta-ti-1ddf4bb564363a3305577664967c00976de8b291.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>
Diffstat (limited to 'recipes-bsp/boot-monitor')
-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