summaryrefslogtreecommitdiffstats
path: root/bin/ptxdist
diff options
context:
space:
mode:
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 &&