From: Vagrant Cascadian Date: Sun, 10 Apr 2022 23:28:14 +0000 (+0100) Subject: add-debian-revision-to-u-boot-version X-Git-Tag: archive/raspbian/2024.01+dfsg-5+rpi1~3^2^2^2^2^2^2^2^2^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c4f20c94b0c5ef9b32b2803f3b1c444e14f290f;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 ad83d60dc..db4565842 100644 --- a/Makefile +++ b/Makefile @@ -456,7 +456,7 @@ KBUILD_AFLAGS += $(call cc-option,-fno-PIE) # 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