Ver código fonte

ib: show current revision based on $(REVISION)

This is useful in for the attendedsyupsgrade server (asu) to
distinguish between snapshot version. Currently asu can't tell devices
requesting a snapshot build if the same build is already installed.

Signed-off-by: Paul Spooren <[email protected]>
Paul Spooren 6 anos atrás
pai
commit
483498808e
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      target/imagebuilder/files/Makefile

+ 1 - 0
target/imagebuilder/files/Makefile

@@ -95,6 +95,7 @@ staging_dir/host/.prereq-build: include/prereq-build.mk
 
 
 _call_info: FORCE
 _call_info: FORCE
 	echo 'Current Target: "$(TARGETID)"'
 	echo 'Current Target: "$(TARGETID)"'
+	echo 'Current Revision: "$(REVISION)"'
 	echo 'Default Packages: $(DEFAULT_PACKAGES)'
 	echo 'Default Packages: $(DEFAULT_PACKAGES)'
 	echo 'Available Profiles:'
 	echo 'Available Profiles:'
 	echo; $(PROFILE_LIST)
 	echo; $(PROFILE_LIST)