commit | 5ddc7936eab1c00eb6262c370b46dad59128b568 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Thu Jul 28 15:02:21 2016 +0930 |
committer | Joel Stanley <joel@jms.id.au> | Thu Jul 28 15:03:32 2016 +0930 |
tree | a0dd0519a595581eccffc89f02c205fc680ea60f | |
parent | 12d5fc379b7f3b670479279bb96bd9fa1b3c2204 [diff] |
witherspoon: Remove broken u-boot patch This u-boot patch was breaking the build. The configuration is provided by u-boot and no longer needs to be patched. Change-Id: I736d0392ee82241d8cf94ee7abce14252d976883 Signed-off-by: Joel Stanley <joel@jms.id.au>
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