summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Nelson <sam.nelson@ti.com>2015-08-25 19:54:46 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-08-28 20:40:00 -0400
commitd7a14691e32826bdca4a0d20be99170f527f7709 (patch)
tree784a64ae1c0bbaaa42dabaa1887b6f4eee031511
parentba7c4b9b9898f660fe6cf55ea1ea9634c55d7617 (diff)
downloadmeta-ti-d7a14691e32826bdca4a0d20be99170f527f7709.tar.gz
boot-monitor: Update to new version 15.07
Signed-off-by: Sam Nelson <sam.nelson@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/boot-monitor/boot-monitor_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index 4ad84489..c353488d 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -8,14 +8,14 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
8SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" 8SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
9 9
10PV = "2.0+git${SRCPV}" 10PV = "2.0+git${SRCPV}"
11PR = "r3" 11PR = "r4"
12 12
13BRANCH = "master" 13BRANCH = "master"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17#Tag "K2_BM_14.09" 17#Tag "K2_BM_15.07"
18SRCREV = "4b0287a3fa9c7a25c75bbe3a54f4ac2a92dc0aaa" 18SRCREV = "62d198687a34a9df375c1686d75ad4f85515dcf9"
19 19
20BOOT_MONITOR_BINARY ?= "skern.bin" 20BOOT_MONITOR_BINARY ?= "skern.bin"
21BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin" 21BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin"