summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLei YU <yulei.sh@bytedance.com>2020-07-27 15:03:24 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-08-03 21:43:41 +0300
commit56f86d23c1a64092dcdb686640e6987bc5491a8d (patch)
tree7ff34047089a6b404cec8a67aee08fbe46efc588 /README.md
parentbfe22e8c4e3567f683957e5f22fd7ba21678ba87 (diff)
downloadopenbmc-56f86d23c1a64092dcdb686640e6987bc5491a8d.tar.xz
README: Update the usage of setup script
The usage of setup script in README is missing the arguments, add them so it is more clear how the script is called. Before the script, the default build directory is `build`, so update the example of romulus build to specify the `build` directory. Otherwise, each machine has its own build directory. They do not share the downloads dir or the sstate dir. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: I21fcb1a133941fbbff80a33a250ece687622477b
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 931dc6b993..3098f84497 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ repository clone, and, if run without arguments, will display the list
of supported hardware targets, see the following example:
```
-$ . setup
+$ . setup <machine> [build_dir]
Target machine must be specified. Use one of:
centriq2400-rep nicole stardragon4800-rep2
@@ -63,7 +63,7 @@ neptune s2600wf
Once you know the target (e.g. romulus), source the `setup` script as follows:
```
-. setup romulus
+. setup romulus build
```
For evb-ast2500, please use the below command to specify the machine config,