summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/boot-monitor
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/boot-monitor')
-rw-r--r--recipes-bsp/boot-monitor/boot-monitor_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index 678e99c3..4ad84489 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -3,11 +3,12 @@ LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315" 3LIC_FILES_CHKSUM = "file://COPYING;md5=25fe219a6febf6e5bb45beda1b2eb315"
4 4
5COMPATIBLE_MACHINE = "keystone" 5COMPATIBLE_MACHINE = "keystone"
6PACKAGE_ARCH = "${MACHINE_ARCH}"
6 7
7SRC_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}"
8 9
9PV = "2.0+git${SRCPV}" 10PV = "2.0+git${SRCPV}"
10PR = "r2" 11PR = "r3"
11 12
12BRANCH = "master" 13BRANCH = "master"
13 14