commit | 15123d66f162f3c06efd137af8aa47cb648013bf | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 14 12:31:33 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 14 12:31:33 2016 -0600 |
tree | f0ae07e44082169943c9cc3869e6ce457bbf8228 | |
parent | 927394011a2d63a23ce65dbefd35476a260bb8a3 [diff] |
pdbg.bb: bump version Change-Id: Idf38914bec90a33198088b72918953aebcff91b3 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