summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/boot-monitor
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-05-21 07:56:22 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-05-21 11:11:06 -0400
commitfef30ea1bf5c55bf46d5c6a0caa87d19191c5ebf (patch)
treead28bde634f7f8380b5f76fc21af569139d29e18 /recipes-bsp/boot-monitor
parente7601086a4db4dbbb93b50251642794314b8e46f (diff)
downloadmeta-ti-fef30ea1bf5c55bf46d5c6a0caa87d19191c5ebf.tar.gz
recipes: move SRCPV from PR to PV, so PRServ can package AUTOINC after patching
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.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/boot-monitor/boot-monitor_git.bb b/recipes-bsp/boot-monitor/boot-monitor_git.bb
index 72dc9241..678e99c3 100644
--- a/recipes-bsp/boot-monitor/boot-monitor_git.bb
+++ b/recipes-bsp/boot-monitor/boot-monitor_git.bb
@@ -6,8 +6,8 @@ COMPATIBLE_MACHINE = "keystone"
6 6
7SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}" 7SRC_URI = "git://git.ti.com/keystone-linux/boot-monitor.git;protocol=git;branch=${BRANCH}"
8 8
9PV = "2.0" 9PV = "2.0+git${SRCPV}"
10PR = "r2+gitr${SRCPV}" 10PR = "r2"
11 11
12BRANCH = "master" 12BRANCH = "master"
13 13