summaryrefslogtreecommitdiffstats
path: root/bin/ptxdist
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-02-19 10:10:11 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-20 16:24:21 +0100
commitbd3c30891b523312c9cb583a179704ca715fad3a (patch)
tree41dec0a79c946de43fcce7d54247eae6eb27e53f /bin/ptxdist
parente6be973866406330f3b5c80d96a23d010e871e72 (diff)
downloadptxdist-bd3c30891b523312c9cb583a179704ca715fad3a.tar.gz
ptxdist-bd3c30891b523312c9cb583a179704ca715fad3a.tar.xz
ptxdist: add new command 'bsp-info'
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'bin/ptxdist')
-rwxr-xr-xbin/ptxdist6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/ptxdist b/bin/ptxdist
index 15511e5c7..1a69c3bc7 100755
--- a/bin/ptxdist
+++ b/bin/ptxdist
@@ -970,6 +970,7 @@ Misc:
use 'newpackage help' for a longer description
nfsroot run a userspace NFS server and export the nfsroot
gdb run cross gdb with configured sysroot etc.
+ bsp-info print some basic information about the BSP
package-info <package> print some basic information about the package
print <var> print the contents of a variable, in the way
it is known by "make"
@@ -1884,6 +1885,11 @@ EOF
fi
exit
;;
+ bsp-info)
+ check_config &&
+ check_deps &&
+ ptxd_make_log bsp-info
+ ;;
clean)
check_config &&
check_deps &&