From 8398cb7f58f0d3d4c24594202b08f7f3503b0324 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Mon, 16 Mar 2015 16:26:31 +0100 Subject: [PATCH] Makefile: use git describe as Caraboot version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31614ed2df..fdbddd3d3b 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ export UBOOT_GCC_4_3_3_EXTRA_CFLAGS=-fPIC export BUILD_TYPE=squashfs export COMPRESSED_UBOOT=0 -export CARABOOT_RELEASE=v2.2-dev +export CARABOOT_RELEASE=$(shell git describe --dirty --always) IMAGEPATH=$(BUILD_TOPDIR)/bin UBOOT_BINARY=u-boot.bin