summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-18 19:55:15 +0300
committerKonstantin Aladyshev <aladyshev22@gmail.com>2021-10-18 19:55:15 +0300
commit6c81344ca0c3dbcfe2997ac661e2732c2a5ec7bc (patch)
tree226f699164f6f0209c963e18941cd0f33a600fe6 /README.md
parent91d1d0834fc41000c57e635a58a52719bb2a1e80 (diff)
downloadopenbmc-6c81344ca0c3dbcfe2997ac661e2732c2a5ec7bc.tar.xz
Update setup script information in the README.md
Update information about all the possible target machines. Remove extra information about 'evb-ast2500' target as it no longer needs a special handling. Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Id05bb976cc339d62bcf6433251bd8b0f8787ccbd
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 14 insertions, 18 deletions
diff --git a/README.md b/README.md
index e4713ff5be..f3bd7a44e3 100644
--- a/README.md
+++ b/README.md
@@ -46,16 +46,20 @@ of supported hardware targets, see the following example:
$ . setup <machine> [build_dir]
Target machine must be specified. Use one of:
-centriq2400-rep f0b fp5280g2
-gsj hr630 hr855xg2
-lanyang mihawk msn
-neptune nicole olympus
-olympus-nuvoton on5263m5 p10bmc
-palmetto qemuarm quanta-q71l
-romulus s2600wf stardragon4800-rep2
-swift tiogapass vesnin
-witherspoon witherspoon-tacoma yosemitev2
-zaius
+bletchley hr630 quanta-q71l
+centriq2400-rep hr855xg2 romulus
+dl360poc kudo s2600wf
+e3c246d4i lanyang stardragon4800-rep2
+ethanolx mihawk swift
+evb-ast2500 mtjade thor
+evb-ast2600 neptune tiogapass
+evb-npcm750 nicole transformers
+evb-zx3-pm3 olympus witherspoon
+f0b olympus-nuvoton witherspoon-tacoma
+fp5280g2 on5263m5 x11spi
+g220a p10bmc yosemitev2
+gbs palmetto zaius
+gsj qemuarm
```
Once you know the target (e.g. romulus), source the `setup` script as follows:
@@ -64,14 +68,6 @@ Once you know the target (e.g. romulus), source the `setup` script as follows:
. setup romulus
```
-For evb-ast2500, please use the below command to specify the machine config,
-because the machine in `meta-aspeed` layer is in a BSP layer and does not
-build the openbmc image.
-
-```
-TEMPLATECONF=meta-evb/meta-evb-aspeed/meta-evb-ast2500/conf . openbmc-env
-```
-
### 4) Build
```