summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-04-10 16:51:44 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-04-17 20:18:57 -0400
commit7dc90eb9e275f5f7231706a367401a694c00c035 (patch)
tree9f26c058f60761fb98109304b207c332c0c60cec
parent4b0d898ffdf7c186c6e02b59bb9093488a8774c7 (diff)
downloadmeta-ti-7dc90eb9e275f5f7231706a367401a694c00c035.tar.gz
u-boot-ti-staging: Add SRCPV to the PR
* Add the SRCPV to the PR to make it clear which revision of the sources are being built and to match the kernel versioning. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb
index cf01bd0d..4659fe99 100644
--- a/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb
+++ b/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb
@@ -2,7 +2,7 @@ require u-boot-ti.inc
2 2
3DESCRIPTION = "u-boot bootloader for TI devices" 3DESCRIPTION = "u-boot bootloader for TI devices"
4 4
5PR = "r2" 5PR = "r3+gitr${SRCPV}"
6 6
7SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" 7SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
8 8