commit | 87207981885f32e778e2752f917db69e76de539b | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Jun 03 09:28:55 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Jun 14 20:19:27 2016 -0400 |
tree | 0e613a3159eb574b359f6287d0971ddd4d64d895 | |
parent | 9f1d336d6708a63c7c59f8938bc0d4f365d4671a [diff] |
Remove openpower inventory upload systemd startup The launching of this application is temporarily being moved to the skeleton state management framework to avoid race conditions with the host power-on process. 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