commit | af6f5d23fc37f31b218d460460a241f5f76473e3 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 18 15:40:04 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 19 17:45:40 2017 +0000 |
tree | 61fb4e3e94cd1be5d99aa2bf1536eddbc084ad9b | |
parent | 74d47f8f9ac985089b10492d6f1a18306d7b3c9a [diff] |
phosphor-led-manager.bb: bump version Change-Id: I1d90e6102759582cc3681319181fa9df1149c4b0 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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