commit | 8e04907a01397419e3c75da6a2a645ae92ceae22 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Jan 16 13:00:04 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jan 16 13:00:04 2017 -0600 |
tree | 868457c5fceaa9009a1486eae18e5c341a37076a | |
parent | 5cf15d07bda5b26f69a02265cb0d31f40fd423bd [diff] |
phosphor-mapper.bb: bump version Change-Id: I0d8c9cdf9ad5c24e8f96e1c76f964692f007c4c6 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