commit | 06258a949ffd7c2ecaf0cc5c350aa42d9e80dea6 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Tue May 24 17:32:23 2016 +0930 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 10 20:52:01 2016 -0500 |
tree | e45b1d7eca2fec68dfe986aabb9e3f0ff60ec0cf | |
parent | a1000e0e264e139e8a2f0203ec58cb23dc1d0435 [diff] |
meta-openpower: Add pdbg tool recipe Change-Id: I4ce995e7780a355f1c850dd0f9092f763471df75 Signed-off-by: Joel Stanley <joel@jms.id.au> 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