commit | da5af5ef322edc5d9067dbf7bd036edeb4bf2a0d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 05 21:28:59 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 10 20:52:01 2016 -0500 |
tree | beb3272d08ca19d3d5f252ac48bb110db83d25d0 | |
parent | b00c9b1a5923ca0b17d66708529c1c15f2884f10 [diff] |
meta-phosphor: Add ldd to debugtools Resolves openbmc/openbmc#225 Change-Id: Icc55978794ad93a1ba051e9fd89c29f558b904ab 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