From 37eda0c49a9fc0a15002500e40da9c8bec70ebf3 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Wed, 16 Sep 2015 09:22:10 -0500 Subject: Environment helper utility. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') 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 + . /openbmc-env + bitbake obmc-phosphor-image + -- cgit v1.2.1