commit | 0211e292f9f293094473563e604a60af592f5c4d | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Tue Dec 20 11:04:08 2016 -0600 |
committer | Matt Spinler <spinler@us.ibm.com> | Tue Dec 20 14:49:59 2016 -0600 |
tree | 0989780e081cd7d3f588661f231a238ad18a29d8 | |
parent | 76e9a067929ff99ba7bc9197ecbb450b1960ee4d [diff] |
Enable Witherspoon AVS bus and VRM control Change-Id: I3739068a89645628d007e5fe1d530f51bbe1c3d6 Signed-off-by: Matt Spinler <spinler@us.ibm.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