commit | 24ac946f4fefacaedd6d67433f4b40acf026a4a3 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu Jun 09 16:29:45 2016 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Jun 10 10:52:58 2016 -0500 |
tree | 7bdf23a77e950c963c719ff8f1994449e3f25488 | |
parent | ff436bed5775faf7fb733d12023311cff714d9d7 [diff] |
Bump phosphor recipe versions Enable one-time vs permanent host boot option Handle endianness in IPMI eSEL function Improve IPMI error handling Add IPMI Travis CI Fix host hanging due to inventory upload Performance improvements
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