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
commit5afb32dc6e43ff7d60f1cfceaaf702fef39a1ba1 (patch)
treececd37544bb1f30e8d62897501e25d57046e19ce /recipes-bsp/u-boot/u-boot-toradex_git.bb
parent8cdd33316242006b23b597910c0c48bd47719dde (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}"