commit | 75076ecede4f0006b230099852eb4d3ffcc24c75 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Aug 12 15:36:58 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Aug 14 07:16:50 2016 +0000 |
tree | c40756a5cf17482933d65cc64c894efb6104c348 | |
parent | 27d416d254796698b3d5ef6cdee0edb5078c6880 [diff] |
ipmid: Update dev pkg dependencies The ipmid dev pkg depends on the mapper dev pkg. This has the added side effect of installing the mapper dev pkg into the SDK. Change-Id: I6682415b58bd4415c80cd8c59404ca0ab80e9582 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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