commit | 59ef36af2846f9a68626047013d9e1dac0225ca1 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 13 22:51:50 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Sep 14 21:20:54 2016 -0400 |
tree | 3b2aecbb023c2c5ac6a76e5747a4799b8ea96978 | |
parent | 0d2bd6ae2478ff8e44c4d3f81202e733620791e7 [diff] |
phosphor-user: add missing subprocess dependency Change-Id: I47f464352b91c0c139227d2d06ca3698f7b17ca8
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