commit | 96d836578115b2b2405470c632d603761084a2ea | [log] [tgz] |
---|---|---|
author | Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com> | Mon Jan 23 16:04:35 2017 +0530 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jan 31 04:54:09 2017 +0000 |
tree | 4bdb3ca2e99067024a7215c53c9cff45c7ecf169 | |
parent | 06f6d01f1f0f04866fe75d529168dad3cb4bb4b4 [diff] |
Add recipe files to Auto generate led manager configuration files Change-Id: Idb60e5fa12ef6114eccabada85920aae2f0a3a1b 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