commit | 4bd2773b9e90f71879ba67f45663a9b88f67b5f2 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Aug 30 00:21:14 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Sep 08 14:42:03 2016 -0400 |
tree | 7d8e98ec6af2e37f686268e7aedca2b1249dddc6 | |
parent | c7dfa7ad12eac03c0396d632f243b8f9fa0fb8b6 [diff] |
Add webserver syncronization pre target Assist with adding webserver startup dependencies. Change-Id: I77d5f30e900b6c0d1bb537645050d88dfcec74e2 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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