Browse Source

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 years ago
parent
commit
483498808e
1 changed files with 1 additions and 0 deletions
  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
 	echo 'Current Target: "$(TARGETID)"'
+	echo 'Current Revision: "$(REVISION)"'
 	echo 'Default Packages: $(DEFAULT_PACKAGES)'
 	echo 'Available Profiles:'
 	echo; $(PROFILE_LIST)