diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2017-04-05 16:13:49 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-04-10 00:58:01 +0200 |
commit | d351e11b76c004afbf0f37d5481266bafdb015ee (patch) | |
tree | a1fad7e95cafc46cbe323e39e699f07450e5b214 /recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb | |
parent | 0eeb269080baf168e12207791d34661e6c2fbf63 (diff) |
u-boot: use the new version variables for localversionColibri-iMX7_LXDE-Image_2.7b2-20170410Colibri-iMX6_LXDE-Image_2.7b2-20170410Colibri-VF_LXDE-Image_2.7b2-20170410Apalis-iMX6_LXDE-Image_2.7b2-20170410
This results in a U-Boot banner:
U-Boot 2016.11-2.7.2+g3e67ed8 (Apr 05 2017 - 16:16:38 +0200)
While at it extract the versioning into its own bbappend so that we
can upstream the base recipe to meta-freescale-3rdparty
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb index e167fe5..af1a510 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb @@ -26,6 +26,7 @@ SRC_URI_append_mx6 = " file://fw_unlock_mmc.sh " PV = "2016.11" PR = "${TDX_VER_INT}-gitr${@d.getVar("SRCREV", False)[0:7]}" +LOCALVERSION ?= "-${TDX_VER_INT}" S = "${WORKDIR}/git" |