summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
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-imx_2014.04.bb
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-imx_2014.04.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2014.04.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
index 0c9c143..bb48044 100644
--- a/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
+++ b/recipes-bsp/u-boot/u-boot-imx_2014.04.bb
@@ -16,7 +16,7 @@ S = "${WORKDIR}/git"
16 16
17inherit fsl-u-boot-localversion 17inherit fsl-u-boot-localversion
18 18
19LOCALVERSION = "+imx" 19LOCALVERSION ?= "-${SRCBRANCH}"
20 20
21PACKAGE_ARCH = "${MACHINE_ARCH}" 21PACKAGE_ARCH = "${MACHINE_ARCH}"
22COMPATIBLE_MACHINE = "(mx6)" 22COMPATIBLE_MACHINE = "(mx6)"