commit | 4a631e4fa35615f9edcd626960797e589a67fd5f | [log] [tgz] |
---|---|---|
author | Andrew Geissler <andrewg@us.ibm.com> | Mon Jan 23 13:43:49 2017 -0600 |
committer | Andrew Geissler <andrewg@us.ibm.com> | Wed Jan 25 10:15:36 2017 -0600 |
tree | 1af915aa8605c4c9aa0d62e184f6a753beda8dca | |
parent | 2a0cb54f5d215c25e608458bc030b5a75ab509ae [diff] |
Put Conflicts in correct location for op-stop-host Resolves openbmc/openbmc#1002 Change-Id: Iab57b81f3e65572d09aa126ef4be37460ff9d984 Signed-off-by: Andrew Geissler <andrewg@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