commit | 676c6bb401b55248dbfb8a4c5b8b11e8313d1b45 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 13 20:35:35 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Sep 14 21:20:54 2016 -0400 |
tree | 4049765e1197b28de0a3ed3beb1cf618a371a164 | |
parent | a1fe810a767be19e96675ea02bc208301453ae8e [diff] |
openpower: remove event machine feature obmc-event-mgmt is a distro feature only. Change-Id: I8ef1a0131ecda53b655af40a49340edf409a6951 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