commit | a9a69fa5572d95eb2a9041e8fd2bcbdf024a332d | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Jun 14 21:33:22 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jun 15 10:59:47 2016 -0400 |
tree | 8ee7887837a71b3be2bcd9655c0a1eb8207cc6af | |
parent | adb60e8a6bcfb4f651d9fa88ef776ae109acabd8 [diff] |
Bump skeleton version This bump picks up a refactored version of skeleton with a new directory layout, and a couple of hwmon regression fixes for the Barreleye system. 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