commit | e2d5c7568a1eb91518e711b12b901b6412439ee1 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 27 11:50:06 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jan 30 17:12:48 2017 +0000 |
tree | 2789ea214668852ab457f53aef2e91ab53aa0131 | |
parent | ae61ba1bdd3266eef9b00b67c7fe722e3808be71 [diff] |
phosphor-logging.bb: bump version Change-Id: I696b019f8f8be71b3138d31ff6306d539e15755e 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