commit | d2b95c714b4b4aee453c860032815bcd345774e5 | [log] [tgz] |
---|---|---|
author | Josh King <jdking@us.ibm.com> | Thu Jan 19 14:04:03 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 27 02:37:52 2017 +0000 |
tree | 97dc7a25af974121c04cfea4a51459648f5a293d | |
parent | 55f7f1810cfe8d63b92d3aa499469b772b30659b [diff] |
Incorporate new phosphor-bmc-state-manager into appropriate image Change-Id: I4c013d98e03703b1328d85ae00cebb8500ffa205 Signed-off-by: Josh King <jdking@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