commit | 2079009427ddcccfe684bc4977422d4c707086f9 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Jan 24 16:16:14 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 26 03:42:40 2017 +0000 |
tree | 420bd22a4136aa477b618b1e65c593eec129ce22 | |
parent | b80be13d826ca320556cfaf2c30830b11e11c7a2 [diff] |
Moved phosphor-led-foo to the leds folder There is already a folder for led related recipes. Change-Id: Ic137555b04786844831ec9ff08f3b0488d111293 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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