commit | a3b8a0af9efd37c7b6f8ac64dcb2f356298885f8 | [log] [tgz] |
---|---|---|
author | Xo Wang <xow@google.com> | Fri Dec 16 16:52:50 2016 -0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Dec 31 13:42:03 2016 +0000 |
tree | 4886943b25d9ae938110a1fba06c8f52102b836d | |
parent | b7742bb4df38f361b8b807ba1accb8031a7fcda6 [diff] |
meta-zaius: Enable AVSBus control Add avsbus-control runtime dependency to pdbg-based host control. Signed-off-by: Xo Wang <xow@google.com> Change-Id: I47395f61a4de096476c861145944aa903969fbd6
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