summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+```