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.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index e4ea67f6..1b6f3206 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -8,7 +8,6 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
8DEPENDS = "u-boot-mkimage-native" 8DEPENDS = "u-boot-mkimage-native"
9 9
10SRC_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}"
11SRC_URI += "file://0001-makedefs-Fix-issue-with-setting-CHECK-and-VERBOSE.patch"
12 11
13PV = "4.0+git${SRCPV}" 12PV = "4.0+git${SRCPV}"
14 13
@@ -16,7 +15,7 @@ BRANCH = "master"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
18 17
19SRCREV = "d7b2bbd419400228da621f445526e519b56aef93" 18SRCREV = "e1f885ab6dc544884728e333cc6e396f7eb08286"
20 19
21BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin" 20BOOT_MONITOR_IMAGE ?= "skern-${BOOT_MONITOR_MAKE_TARGET}.bin"
22 21