commit | b00c9b1a5923ca0b17d66708529c1c15f2884f10 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Aug 05 15:49:40 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 10 20:52:01 2016 -0500 |
tree | bd0be51b039f5534f6ff559de2f6168909c29f91 | |
parent | 06258a949ffd7c2ecaf0cc5c350aa42d9e80dea6 [diff] |
meta-openpower: Add pdbg to tarball Change-Id: Icda8c4fa3b11605f473c53552c1c4b9a667e22a3 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