commit | 2a223b48ee11cda6cd59a6bb0ec239b902d6367b | [log] [tgz] |
---|---|---|
author | Rick Altherr <raltherr@google.com> | Mon Jun 06 16:33:23 2016 -0700 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jun 10 12:06:34 2016 -0400 |
tree | 881dc46254afa03726769bc589d6d3d14b3e341b | |
parent | 724662d849257b96487074087433231d26f43cd1 [diff] |
AST2400: Set u-boot preferred provider version In preparation for supporting AST2500 with a different branch. Signed-off-by: Rick Altherr <raltherr@google.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