commit | 43e1b3d4def3fe2910fb2361212c3875196f0d97 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 13 09:26:17 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Jan 16 18:21:24 2017 +0000 |
tree | df5d7c90728a1ac2b2c9d3b52d72617a25fa7f0b | |
parent | 192c258e4e50bf83905cbc0f3b1b91fce33c5a6f [diff] |
pdbg.bb: bump version Change-Id: I1e46ec369277dd8ec4b1ef98c50b94054a60b108 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