commit | 9224355c9745dd07a0e090b7c9ec9bcd2f7d0587 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Thu Dec 15 13:16:57 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 16 21:11:45 2016 +0000 |
tree | 6b18c885dd926fde455c530b56598bac0eac963e | |
parent | aac4adf831eebc74d97076e94125ebf5b6d5da48 [diff] |
Host Settings no longer depends on host control The host settings service can now handle the host control object not being present, so no dependency is required. Change-Id: I860b848c9e49bfce51b78f9af6ca1d86bd86bd23 Signed-off-by: Matt Spinler <spinler@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