commit | 6d1479b9e72e93ef135ac2b0361231943e6bb50f | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Nov 22 14:33:23 2016 +1030 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 22 11:22:57 2016 +0000 |
tree | ce35715e511dc35209d77ce23c489d56ee0c365e | |
parent | 4f29f7f0413c569557840876333ecf2f24f0294e [diff] |
obmc-shutdown: Fix 'unounted' typo Change-Id: I694b464e472fc1e890705a96c6fd85c636c7e720 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
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.
On Ubuntu 14.04 the following packages are required to build the default target
sudo apt-get install -y git build-essential libsdl1.2-dev texinfo gawk chrpath diffstat
On Fedora 23 the following packages are required to build the default target:
sudo dnf install -y git patch diffstat texinfo chrpath SDL-devel bitbake sudo dnf groupinstall "C Development Tools and Libraries"
To start a build:
cd <builddir> . <repodir>/openbmc-env bitbake obmc-phosphor-image