summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/u-boot/u-boot-ti.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc
index cc775e2e..903c61f0 100644
--- a/recipes-bsp/u-boot/u-boot-ti.inc
+++ b/recipes-bsp/u-boot/u-boot-ti.inc
@@ -1,6 +1,6 @@
1# UBOOT_LOCALVERSION can be set to add a tag to the end of the 1# UBOOT_LOCALVERSION can be set to add a tag to the end of the
2# U-boot version string. such as the commit id 2# U-boot version string. such as the commit id
3UBOOT_LOCALVERSION = "-g${@d.getVar("SRCREV", False).__str__()[:10]}" 3UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).split('+')[1]}"
4 4
5UBOOT_SUFFIX ?= "img" 5UBOOT_SUFFIX ?= "img"
6SPL_BINARY ?= "MLO" 6SPL_BINARY ?= "MLO"