commit | 6c2e9e57126698780b083b80d7e7d23c8e74774f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 04 11:20:03 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 04 19:45:37 2017 +0000 |
tree | 8f5029b6e7772159ff0b2862d18a273ee4a0b5fd | |
parent | daaa7fddf4d37f86c152d494bf1f98d4190edfe5 [diff] |
host-ipmid.bb: bump version Change-Id: I4203cebaa8acc7436bc2188e2fb606a4ebd49cce 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