commit | b02da7b5f5d004c1011449327f42057a573ec2a2 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Wed Oct 19 14:58:25 2016 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Wed Nov 09 11:59:57 2016 -0600 |
tree | e0eba34975005e0c8b44edd0fc3846abfbc3b229 | |
parent | 066be09c0705c777010eb3dff78202dab3f5d8d4 [diff] |
phosphor-logging: Create recipe Add phosphor-logging as a virtual package Change-Id: I591fbf94d90d383baf962cd94c08f6b63bb1ee83 Signed-off-by: Adriana Kobylak <anoo@us.ibm.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