commit | 28bb38b3086ebeade40f3a20d3e006015c205589 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Sep 10 07:30:03 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sat Sep 10 12:30:33 2016 +0000 |
tree | 9195db11ec7c4535b6d7d8de7ad58a3dc3921d8b | |
parent | ca7ba20907042835f7394cbe1285220347a9dc37 [diff] |
skeleton-rev.bbclass: bump version Fixes openbmc/openbmc#562. Change-Id: I47b850a1c4159a3c298ba51d90eb21a347645105 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