commit | 25f429c7048b4b398146a34d95d21f30e119c6f0 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jul 11 13:27:27 2016 -0500 |
committer | GitHub <noreply@github.com> | Mon Jul 11 13:27:27 2016 -0500 |
tree | b1f066aa6d27fbed61d7c975c5b34b762c578478 | |
parent | aa2220b3700207278f7a2ad4b0ba800ee95b08a4 [diff] | |
parent | 4fc1d4b26bb0ac2450661584dea4637d21725afc [diff] |
Merge pull request #462 from bradbishop/target systemd: Add OpenBMC standby target
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