From: Vagrant Cascadian Date: Thu, 17 Nov 2016 19:10:12 +0000 (+0000) Subject: add-debian-revision-to-u-boot-version X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1^2^2~19 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b40c176f116d8b2cb6f571e3407caabe6af44f41;p=u-boot.git add-debian-revision-to-u-boot-version Add the debian revision to the U-boot version, which is displayed at boot and can be helpful to determine which specific version is used. Gbp-Pq: Name add-debian-revision-to-u-boot-version --- diff --git a/Makefile b/Makefile index 8ca1db57d..106741195 100644 --- a/Makefile +++ b/Makefile @@ -364,7 +364,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ # Read UBOOTRELEASE from include/config/uboot.release (if it exists) UBOOTRELEASE = $(shell cat include/config/uboot.release 2> /dev/null) -UBOOTVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION) +UBOOTVERSION = $(VERSION)$(if $(PATCHLEVEL),.$(PATCHLEVEL)$(if $(SUBLEVEL),.$(SUBLEVEL)))$(EXTRAVERSION)$(DEBIAN_REVISION) export VERSION PATCHLEVEL SUBLEVEL UBOOTRELEASE UBOOTVERSION export ARCH CPU BOARD VENDOR SOC CPUDIR BOARDDIR