commit | 8fffc16e7e09e5dd6716fae084b53936599017d8 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Aug 19 09:02:54 2016 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Sep 14 21:20:54 2016 -0400 |
tree | 73d201574a163eb66a3b73d6637180d1d3f78f01 | |
parent | 59ef36af2846f9a68626047013d9e1dac0225ca1 [diff] |
host-ipmid: Convert providers to package group The desired providers were previously expressed in a virtual package. Move them to a packagegroup instead. Change-Id: I7343b64871b655dc7f567ecb8412b6b47b791d33 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