summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-07-16 19:43:46 -0700
committerSimon Glass <sjg@chromium.org>2015-07-28 10:36:22 -0600
commit9f244b27cf8373d4b8d0c561760b5137b2fafdab (patch)
tree6a1bb89d9496472adf513b48c5d5985b9d6b2f92 /tools
parent6fc0e8a1fa7be0babaaeb6f171154ba26a8fa644 (diff)
downloadtalos-obmc-uboot-9f244b27cf8373d4b8d0c561760b5137b2fafdab.tar.gz
talos-obmc-uboot-9f244b27cf8373d4b8d0c561760b5137b2fafdab.zip
buildman: Correct '--fetch-arch' command documentation
The doc wrongly put sandbox in the '--fetch-arch' command. Remove it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/buildman/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/buildman/README b/tools/buildman/README
index 8ecdd8f854..10c7135b5f 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -318,7 +318,7 @@ settings file to find them.
To make this easier, buildman can automatically download and install
toolchains from kernel.org. First list the available architectures:
-$ ./tools/buildman/buildman sandbox --fetch-arch list
+$ ./tools/buildman/buildman --fetch-arch list
Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.3/
Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.2/
Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.5.1/
@@ -329,7 +329,7 @@ sparc sparc64 tilegx x86_64 xtensa
Then pick one and download it:
-$ ./tools/buildman/buildman sandbox --fetch-arch or32
+$ ./tools/buildman/buildman --fetch-arch or32
Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.3/
Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.2/
Checking: https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.5.1/
OpenPOWER on IntegriCloud