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:
Paul Spooren 2021-09-23 18:46:15 -10:00
parent 67cd648fa2
commit a7fdd4de59
1 changed files with 1 additions and 0 deletions

View File

@ -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:'