From d351e11b76c004afbf0f37d5481266bafdb015ee Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 5 Apr 2017 16:13:49 +0200 Subject: u-boot: use the new version variables for localversion 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 Acked-by: Marcel Ziswiler --- recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb') 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" -- cgit v1.2.3