summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-03-13 02:01:39 +0300
committerEd Tanous <ed.tanous@intel.com>2019-03-13 02:01:39 +0300
commita25d24d5c0cf8f27cc8b6e748bae0d232a3c8f30 (patch)
tree9c37688d617dd6447c8040db2f3e67842b613ac6 /README.md
parenta7715486507e75e4a7cee843a48067b15595defa (diff)
downloadopenbmc-a25d24d5c0cf8f27cc8b6e748bae0d232a3c8f30.tar.xz
Set wolf pass to default
Signed-off-by: Ed Tanous <ed.tanous@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 83168f6ad..c6849e1f7 100644
--- a/README.md
+++ b/README.md
@@ -41,3 +41,9 @@ 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
+```