summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2020-05-07 00:37:32 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2020-05-14 21:54:52 +0300
commitb83c9dda9eabe4c0124decec25bce46e0ae11160 (patch)
tree282522191a19565d7b6cac097fd60706e29da45e /README.md
parenteda2c7c523d858d25fe25052254a7f393767310b (diff)
downloadopenbmc-b83c9dda9eabe4c0124decec25bce46e0ae11160.tar.xz
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 <jason.m.bills@linux.intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
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
```