ib: show unified target based on $(TARGETID)
authorPaul Spooren <mail@aparcar.org>
Fri, 8 Mar 2019 00:06:26 +0000 (01:06 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 8 Mar 2019 00:18:12 +0000 (01:18 +0100)
Instead of showing a slightly more readable target like
"ar71xx (Generic)" print the more generic format "ar71xx/genric"

Signed-off-by: Paul Spooren <mail@aparcar.org>
target/imagebuilder/files/Makefile

index 1370ec27dfe15b77ff4fcda1d158834906548691..c4a7fbf646c66680bb7b092f8027b5c92c323fbf 100644 (file)
@@ -94,7 +94,7 @@ staging_dir/host/.prereq-build: include/prereq-build.mk
        touch $@
 
 _call_info: FORCE
-       echo 'Current Target: "$(BOARD)$(if $(SUBTARGET), ($(BOARDNAME)))"'
+       echo 'Current Target: "$(TARGETID)"'
        echo 'Default Packages: $(DEFAULT_PACKAGES)'
        echo 'Available Profiles:'
        echo; $(PROFILE_LIST)