commit | c4d2d2a92a3a5582299d214dd1293e4b9cefa851 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 02 14:50:02 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 02 14:50:02 2016 -0600 |
tree | 73e074f311fa817b0c8032d23919cfb2af912582 | |
parent | 3cd4cd464e12877b2ca863fc268f33a7d2f40596 [diff] |
phosphor-mapper.bb: bump version Change-Id: I82ca5b6bd5497c051b1f39f4e93184dd0480b378 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