summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
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/u-boot/u-boot-glsdk_2013.01.01.bb
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/u-boot/u-boot-glsdk_2013.01.01.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
index 07df497b..3a22864a 100644
--- a/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
+++ b/recipes-bsp/u-boot/u-boot-glsdk_2013.01.01.bb
@@ -2,7 +2,8 @@ require u-boot-ti.inc
2 2
3DESCRIPTION = "u-boot bootloader for TI devices supported by the GLSDK product" 3DESCRIPTION = "u-boot bootloader for TI devices supported by the GLSDK product"
4 4
5PR = "r1+gitr${SRCPV}" 5PR = "r1"
6PV_append = "+git${SRCPV}"
6 7
7DEFAULT_PREFERENCE = "-1" 8DEFAULT_PREFERENCE = "-1"
8 9