summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29bb..c4306b095 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,12 @@
+## Building ##
+
+OpenBMC uses Yocto/Open-Embedded for a build system, which supports an
+out-of-tree build. It is recommended that you create an empty directory
+somewhere to hold the build. This directory will get big.
+
+To start a build:
+
+ cd <builddir>
+ . <repodir>/openbmc-env
+ bitbake obmc-phosphor-image
+
OpenPOWER on IntegriCloud