imagebuilder: show architecture in make info
output
Using `make info` show the current target, revision, default packages and available profiles. This commits adds the used architecture. Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
parent
67cd648fa2
commit
a7fdd4de59
@ -102,6 +102,7 @@ staging_dir/host/.prereq-build: include/prereq-build.mk
|
||||
|
||||
_call_info: FORCE
|
||||
echo 'Current Target: "$(TARGETID)"'
|
||||
echo 'Current Architecture: "$(ARCH)"'
|
||||
echo 'Current Revision: "$(REVISION)"'
|
||||
echo 'Default Packages: $(DEFAULT_PACKAGES)'
|
||||
echo 'Available Profiles:'
|
||||
|
Loading…
Reference in New Issue
Block a user