From bfe22e8c4e3567f683957e5f22fd7ba21678ba87 Mon Sep 17 00:00:00 2001 From: Lei YU Date: Tue, 21 Jul 2020 05:49:14 +0000 Subject: 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 Change-Id: Ifad02bef1c8c5246494adcc3a8a4b6aaa974633b --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cbbfb5a41..931dc6b99 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 ``` -- cgit v1.2.3