commit | 724662d849257b96487074087433231d26f43cd1 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sat Jun 04 00:48:21 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jun 10 12:06:34 2016 -0400 |
tree | 89ef00925518557531b7d8aff186b53e3585d3fe | |
parent | d4d38760842d0022057479f8e65a8cebc7bb94d8 [diff] |
AST2400: Use Palmetto as the default uboot target An evaluation board target would be nice here but at least Palmetto is an improvement over the generic ARM target. 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