commit | d4d38760842d0022057479f8e65a8cebc7bb94d8 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Jun 07 16:25:54 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jun 10 12:06:34 2016 -0400 |
tree | 0bd8b971c59b7448c26c25a1c5e4a680996547f5 | |
parent | 3448f58a44816aa71d11d52aadee4c7e9a3cea4b [diff] |
Add a u-boot 2016.05 recipe Adding a 2016.05 u-boot for the AST2500. AST2400 remains on 2013.07. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
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