commit | dbb9856f262618b8039890b5f7f9a95e68e6c312 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Sep 06 12:22:28 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Sep 12 18:45:18 2016 +0000 |
tree | da708793f8104e01bf1b98ad12cc582240754dae | |
parent | 194b590eb913cc8463c2c7774865d6bc8b07aa17 [diff] |
Drop obmc-phosphor- prefix from recipe collections Given that these are already in the recipes-phosphor directory this seemed redundant. Change-Id: I48a1ab79e0eda88fc5e6af88f198ca3941e829b8 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