commit | 44403638343d1571adaa07c6998405aa2049030a | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Jul 01 19:10:20 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jul 05 13:23:10 2016 -0500 |
tree | ffb5d8453a764a269b6c19bcd47f89145ebe5913 | |
parent | 66859fe4b5a21319cfef9ec3e23334c6769bdd59 [diff] |
Bump skeleton version for v1.0-stable Pick up fixes and the ability to update at runtime and get the bmc code update progress. Signed-off-by: Adriana Kobylak <anoo@us.ibm.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