commit | 753e75a5d706f9bcf8d759f79b394381ec8bcc1b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 11 15:20:03 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 11 21:50:21 2017 +0000 |
tree | 75544baea944c27b05578c506e0eb4aef2971500 | |
parent | 66acf3688f8a5d2b8bc55fc666e4ff5bf42c1339 [diff] |
obmc-phosphor-event.bb: bump version Change-Id: Id622c986df23f7d0d1027f849a10045ec78f311d 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