Procházet zdrojové kódy

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 <[email protected]>
Paul Spooren před 4 roky
rodič
revize
a7fdd4de59
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      target/imagebuilder/files/Makefile

+ 1 - 0
target/imagebuilder/files/Makefile

@@ -102,6 +102,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 Architecture: "$(ARCH)"'
 	echo 'Current Revision: "$(REVISION)"'
 	echo 'Current Revision: "$(REVISION)"'
 	echo 'Default Packages: $(DEFAULT_PACKAGES)'
 	echo 'Default Packages: $(DEFAULT_PACKAGES)'
 	echo 'Available Profiles:'
 	echo 'Available Profiles:'