commit | 560527b63f5bde79dabcf878463f7198e8838552 | [log] [tgz] |
---|---|---|
author | Xo Wang <xow@google.com> | Thu Dec 15 14:20:41 2016 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 22 01:09:49 2016 +0000 |
tree | af8cf66835b093fe33aa3e2078de70e8f66505ab | |
parent | b13aa51a4300cb6179d9b0acf985f55067ccdc4e [diff] |
meta-witherspoon: Order vcs_on before obmc-host-start Fix missing instantiation parameter for vcs_workaround unit. Signed-off-by: Xo Wang <xow@google.com> Change-Id: I86e6e9d404cf81878b86814d0330fff6a136ceac
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