summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_git.bb
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-30 10:19:30 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2015-10-30 10:19:30 +0100
commit0b9d7b538d495fecaadda15f6f0902fe7c2bb5e1 (patch)
tree294412826e9bcbfdd2e62e856f26e1a4c7808835 /recipes-bsp/u-boot/u-boot-toradex_git.bb
parent6a0fef81073078d1743eef1ed10307814d22191d (diff)
apalis/colibri_t20/t30: u-boot/fw-utils: introduce srcbranch notation
Introduce SRCBRANCH notation for easier switching to our -next branch.
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_git.bb b/recipes-bsp/u-boot/u-boot-toradex_git.bb
index 2dabe11..551093e 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_git.bb
@@ -14,9 +14,10 @@ DEFAULT_PREFERENCE_colibri-t30 = "1"
FILESPATHPKG =. "git:"
S="${WORKDIR}/git"
-SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=2015.04-toradex"
# This revision is based on upstream "v2015.04"
SRCREV = "06ee8db6422e02337242e43b8573359443db59ea"
+SRCBRANCH = "2015.04-toradex"
+SRC_URI = "git://git.toradex.com/u-boot-toradex.git;protocol=git;branch=${SRCBRANCH}"
PV = "${PR}+gitr${SRCREV}"