commit | cddff4ad0d241420412c71196b190489d4ec57d0 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jun 17 17:29:55 2016 -0500 |
committer | GitHub <noreply@github.com> | Fri Jun 17 17:29:55 2016 -0500 |
tree | f9a0f4e428e361ae93d67ebadd823bc5c880206d | |
parent | 99c5d4b811d081e598fe49682082852b8c56995f [diff] | |
parent | b61dc0aed388e95733ea91951d9b404c7164281d [diff] |
Merge pull request #379 from anoo1/port Remove rest-dbus from Barreleye
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