From b83c9dda9eabe4c0124decec25bce46e0ae11160 Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Wed, 6 May 2020 14:37:32 -0700 Subject: Remove default platform from build script This will allow specifying other platform types than meta-wolfpass. Adds README instructions to build the Intel reference BMC. Signed-off-by: Jason M. Bills --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b7b49c713..ecec336fe 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,15 @@ facing capabilities that may not have been announced yet. Please email openbmc@intel.com to discuss. Appropriate licenses will be applied to the portions of this codebase that are approved for upstreaming. -### Which platforms does this code work on? - -While the code is easily portable across different type of IA platforms, -currently we use Intel’s Wolf Pass (S2600WP) platform for development and most -testing. - ### How to build for Wolf Pass ```bash +export TEMPLATECONF=meta-openbmc-mods/meta-wolfpass/conf +source oe-init-build-env +bitbake intel-platforms +``` +### How to build for Intel reference +```bash +export TEMPLATECONF=meta-openbmc-mods/meta-wht/conf source oe-init-build-env bitbake intel-platforms ``` -- cgit v1.2.3