summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLei YU <yulei.sh@bytedance.com>2020-07-21 08:49:14 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-08-03 21:43:41 +0300
commitbfe22e8c4e3567f683957e5f22fd7ba21678ba87 (patch)
treede66798148bf2c7296a9862e56c099eaeeebb390 /README.md
parent922ca6e9ddc5eec8aea34d25e669adc92ec94ef5 (diff)
downloadopenbmc-bfe22e8c4e3567f683957e5f22fd7ba21678ba87.tar.xz
README: Fix evb-ast2500 config
The evb-ast2500 config by `. setup` command was broken due to duplicated machine config. Add a special note about how to manually specify the machine config to setup the build. Signed-off-by: Lei YU <yulei.sh@bytedance.com> Change-Id: Ifad02bef1c8c5246494adcc3a8a4b6aaa974633b
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index cbbfb5a418..931dc6b993 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,14 @@ 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
```