summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-ls1.inc
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@freescale.com>2014-11-20 17:17:57 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2014-11-22 12:17:04 -0200
commit104d723037de23a571ebefe2013a95c9e0ec1ea5 (patch)
tree132b910f0ef18dfc89d1cbbe9ce1c0727a420b00 /recipes-bsp/u-boot/u-boot-ls1.inc
parent141904ddf74be2c296641921993f8fa32696f06b (diff)
downloadmeta-fsl-arm-104d723037de23a571ebefe2013a95c9e0ec1ea5.tar.gz
u-boot-*: Rework LOCALVERSION depending on SRCBRANCH
LOCALVERSION is used in FSL Community BSP Release Notes and should highlight which are the _release version_ for that particular provider. In addition LOCALVERSION makes it easy to track where the binary running on a target is from. Both reasons make LOCALVERSION a very important information. The overall rule is that LOCALVERSION would point to SRCBRANCH, unless in a case of explicit exception. Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-ls1.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-ls1.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ls1.inc b/recipes-bsp/u-boot/u-boot-ls1.inc
index 371773f..9e10ea5 100644
--- a/recipes-bsp/u-boot/u-boot-ls1.inc
+++ b/recipes-bsp/u-boot/u-boot-ls1.inc
@@ -12,4 +12,6 @@ SRCBRANCH = "LS1-dev"
12SRC_URI = "git://git.freescale.com/layerscape/ls1021a/u-boot.git;branch=${SRCBRANCH}" 12SRC_URI = "git://git.freescale.com/layerscape/ls1021a/u-boot.git;branch=${SRCBRANCH}"
13SRCREV = "50d684801cd05ed6b77d52d1ca9ed00fefeac469" 13SRCREV = "50d684801cd05ed6b77d52d1ca9ed00fefeac469"
14 14
15LOCALVERSION ?= "-${SRCBRANCH}"
16
15S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"