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 <mail@aparcar.org>
This commit is contained in:
Paul Spooren 2019-03-08 01:09:23 +01:00 committed by Daniel Golle
parent f37afec866
commit 483498808e
1 changed files with 1 additions and 0 deletions

View File

@ -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)