commit | c91cfcb7b1749ca2892124fc733989dbfbf159f4 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <andrewg@us.ibm.com> | Wed Jan 04 11:11:00 2017 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jan 18 22:27:30 2017 +0000 |
tree | dd622385670d4ef1a3b33aaa2152757bb4a60ca2 | |
parent | 223aa02f5ea5763f31f62e899a12a11659a81e4b [diff] |
New sync target to control host power off Will be used to initiate a soft power off command to the host Change-Id: Ia9c18bd63d611ecb7041f8798ac646c206f6eb4d Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
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