commit | dad9036075974657eec8ec84b1d1cac64bbc24b5 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Nov 09 22:20:02 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 11 03:15:26 2016 +0000 |
tree | d5905274d49340d84de3b1634e35ff6eb8fc437e | |
parent | add105d41c51ad74e0a4dc65b80ec3b49149e9d8 [diff] |
host-ipmid.bb: bump version Change-Id: I71184095eb1c6ab0b53a6eea99a4e0aef4d7d518 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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