summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+```