From bd3c30891b523312c9cb583a179704ca715fad3a Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 19 Feb 2019 10:10:11 +0100 Subject: ptxdist: add new command 'bsp-info' Signed-off-by: Michael Olbrich --- bin/ptxdist | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/ptxdist') 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 print some basic information about the package print 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 && -- cgit v1.2.3