summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2019-10-25 20:02:09 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2019-10-25 20:02:09 +0300
commit6656af78e6c7b48a1252459a61b3b72dce77ab44 (patch)
tree5f48ac6d6c439efef26a8201fbe5c14e67066f20 /README.md
parentebac4ab4172ab7a776bb53e3f95b896ee3ff494b (diff)
downloadopenbmc-6656af78e6c7b48a1252459a61b3b72dce77ab44.tar.xz
Add Wolf Pass build info back into README.md
Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b7085b1f4..324c2d6d1 100644
--- a/README.md
+++ b/README.md
@@ -42,3 +42,9 @@ portions of this codebase that are approved for upstreaming.
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
+source oe-init-build-env
+bitbake intel-platforms
+```