Skip to content

Commit

Permalink
ib: show current revision based on $(REVISION)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
aparcar authored and dangowrt committed Mar 8, 2019
1 parent f37afec commit 4834988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions target/imagebuilder/files/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 4834988

Please sign in to comment.