commit | b70eda44f1c4bf94c22ef4abe18102dcdb53a3f7 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jun 20 21:33:55 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Jun 21 13:43:26 2016 -0400 |
tree | ee841194211ebdeb0e52c63262a50b5e1ce63f29 | |
parent | ed883a5d560d5c034925160458b3b5395a583d32 [diff] |
Remove unnecessary skeleton dependencies The network and settings daemons had unnecessary startup dependencies on the skeleton service. 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