summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/boot-monitor
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-11-06 01:22:29 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-11-05 14:39:54 -0500
commitc5082b25504d2d1d2f01f1fa196746cf08f2cd32 (patch)
tree1910349ffcead6f01ea5fb2fce1aa699a2f4a4ee /recipes-bsp/boot-monitor
parent9e959a5e670518075ad08bee22a1543ba01097ff (diff)
downloadmeta-ti-c5082b25504d2d1d2f01f1fa196746cf08f2cd32.tar.gz
boot-monitor: migrate to the new git source, major version bump
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.bb11
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index 57801954..081e605d 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -5,17 +5,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
6PACKAGE_ARCH = "${MACHINE_ARCH}" 6PACKAGE_ARCH = "${MACHINE_ARCH}"
7 7
8SRC_URI = "git://git.ti.com/keystone-linux/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 = "2.0+git${SRCPV}" 10PV = "3.0+git${SRCPV}"
11PR = "r6" 11PR = "r0"
12 12
13BRANCH = "master" 13BRANCH = "master"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17#Tag "K2_BM_15.07" 17SRCREV = "28e4fba48f49cc6223d01bffc912fd9f8d1b54e7"
18SRCREV = "62d198687a34a9df375c1686d75ad4f85515dcf9"
19 18
20BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" 19BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin"
21 20
@@ -31,7 +30,7 @@ do_compile () {
31 unset LDFLAGS 30 unset LDFLAGS
32 unset CFLAGS 31 unset CFLAGS
33 unset CPPFLAGS 32 unset CPPFLAGS
34 oe_runmake ${BOOT_MONITOR_MAKE_TARGET} 33 oe_runmake image_${BOOT_MONITOR_MAKE_TARGET}
35} 34}
36 35
37do_install () { 36do_install () {