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:
parent
f37afec866
commit
483498808e
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user