commit | 41e3cb3e2894b622dc27fcbb7391c10d7a488bed | [log] [tgz] |
---|---|---|
author | Andrew Geissler <andrewg@us.ibm.com> | Wed Jan 04 11:11:50 2017 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jan 18 22:28:03 2017 +0000 |
tree | fd3b9530edacf9d45e86c4c6bfae2443d9098b6e | |
parent | c91cfcb7b1749ca2892124fc733989dbfbf159f4 [diff] |
Recipe and service to issue the host soft power off Change-Id: I2536c07a30b5b26f04719474e4f3a87e2fd63903 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