commit | 05fb69f2f20ec0858e8ab3d62031d7457f290626 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Tue Jan 24 17:08:49 2017 +1030 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 25 13:10:30 2017 +0000 |
tree | f6c6171f27bb6f64cc2653ea09da5a136b079afa | |
parent | b895ddae1a6383b6034df9175b8ff8dbdee49e82 [diff] |
mboxd: Put Wants/After directives in Unit section of service file Change-Id: I2ff9d165d149e6c76a6b68298d8e84564d39d579 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