commit | 43da5a030a21a1ddcda6d0a7eda75c2e92c5fc95 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Aug 19 13:21:05 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 11:51:33 2016 +0000 |
tree | ee996115fdd27380d96b5fe8dd0bab1067c88cb8 | |
parent | 7e164be09b4164301f717a5626695e50eb568cf0 [diff] |
Palmetto: Prepare for systemd Palmetto specific overrides in preparation for the move to systemd state management. Change-Id: Ie9168f0e4db965a553af2e96e8dbb22b527257e9 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