commit | 860fcdeb44f37015f2bac5e65593361fbbdb1a80 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Aug 31 23:43:19 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Sep 01 10:58:28 2016 +0000 |
tree | 0d1ff29167717279c30478fe4c3e2fa7da035b1d | |
parent | 25abb6d2bae7a987ef5c0f333591cacecc14c25c [diff] |
pwrctl: add missing systemd/mapper build deps Fixes openbmc/openbmc#534. Change-Id: I05cc09041983b27a699cde3e7496cc048111d93b Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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