commit | a3e925f3e719dd22543ae34c68014a03963559e3 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Thu Jun 16 14:46:06 2016 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Jun 17 10:54:22 2016 -0500 |
tree | e673a1ba40d3aede1ac249f6e542b78d8220c31e | |
parent | 99c5d4b811d081e598fe49682082852b8c56995f [diff] |
Move rest-dbus to development package The rest-dbus package is a lightweight REST interface intended for development debug. Classify it as a dev package so that it is easy to remove from production images. Signed-off-by: Adriana Kobylak <anoo@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