diff options
author | Dan Murphy <dmurphy@ti.com> | 2015-12-18 19:58:18 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-12-18 14:19:50 -0500 |
commit | 1ddf4bb564363a3305577664967c00976de8b291 (patch) | |
tree | f4aa180a58e855a25f46dd5dd660b6aad78e0b44 /recipes-bsp/boot-monitor | |
parent | 24efdcb8b5481272b80016242a0c1b735af20add (diff) | |
download | meta-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.bb | 4 |
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}" | |||
8 | SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}" | 8 | SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}" |
9 | 9 | ||
10 | PV = "3.0+git${SRCPV}" | 10 | PV = "3.0+git${SRCPV}" |
11 | PR = "r0" | 11 | PR = "r1" |
12 | 12 | ||
13 | BRANCH = "master" | 13 | BRANCH = "master" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
17 | SRCREV = "28e4fba48f49cc6223d01bffc912fd9f8d1b54e7" | 17 | SRCREV = "035329caed63abe7193c855ad5d561ae783b19d7" |
18 | 18 | ||
19 | BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" | 19 | BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" |
20 | 20 | ||