summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/boot-monitor/boot-monitor_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/boot-monitor/boot-monitor_git.bb')
-rw-r--r--recipes-bsp/boot-monitor/boot-monitor_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index c3d41f54..6e682138 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -5,7 +5,6 @@ LICENSE = "BSD"
5 5
6BOOT_MONITOR_BINARY ?= "skern.bin" 6BOOT_MONITOR_BINARY ?= "skern.bin"
7BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin" 7BOOT_MONITOR_IMAGE ?= "skern-${MACHINE}.bin"
8BOOT_MONITOR_MAKE_TARGET ?= "all"
9 8
10LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" 9LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
11 10
@@ -14,14 +13,14 @@ COMPATIBLE_MACHINE = "keystone"
14SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" 13SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
15 14
16PV = "2.0" 15PV = "2.0"
17PR = "r0+gitr${SRCPV}" 16PR = "r1+gitr${SRCPV}"
18 17
19BRANCH = "master" 18BRANCH = "master"
20 19
21S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
22 21
23#Tag "K2_BM_13.11" 22#Tag "K2_BM_14.05"
24SRCREV = "ba597d183423971e63295cdd59d3c90245e9170a" 23SRCREV = "0e3ffe1ea4a0cee38ae2406901b7cf4d5324b5e9"
25 24
26do_compile () { 25do_compile () {
27 unset LDFLAGS 26 unset LDFLAGS