summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/boot-monitor
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-09-13 04:40:54 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-09-12 22:26:21 -0400
commitfb237a2dd0f76d07aa60c98a0fa6a7cf3c3e6873 (patch)
tree2f8e5b2e95a95d5307e3e75de0fa785003f24b98 /recipes-bsp/boot-monitor
parentf99c57007696c268f58652f2a306fe090a48405c (diff)
downloadmeta-ti-fb237a2dd0f76d07aa60c98a0fa6a7cf3c3e6873.tar.gz
boot-monitor: update and bump version due to image format change
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.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index baefed4e..04165b4c 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -5,16 +5,17 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"
7 7
8DEPENDS = "u-boot-mkimage-native"
9
8SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}" 10SRC_URI = "git://git.ti.com/processor-firmware/ks2-boot-monitor.git;protocol=git;branch=${BRANCH}"
9 11
10PV = "3.0+git${SRCPV}" 12PV = "4.0+git${SRCPV}"
11PR = "r1"
12 13
13BRANCH = "master" 14BRANCH = "master"
14 15
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
16 17
17SRCREV = "035329caed63abe7193c855ad5d561ae783b19d7" 18SRCREV = "cf8b431e8b3b2ee4a4aa08964d56d3ce1b11da24"
18 19
19BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" 20BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin"
20 21