commit | 9cd1b33576970f963aff8b778031e2b2e8dd22fe | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Mon Jan 09 16:02:27 2017 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 18 14:54:30 2017 +0000 |
tree | 0e7210f5e17222757381b21dfa3c7f83ec43127f | |
parent | 5fe31d4a9736aa49f9210b44b1be61afc89f68f3 [diff] |
Add recipe file for phosphor-led-sysfs Change-Id: Iac26acbbb9b2baad8c0c436d6283120a857b1072 Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.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