commit | 8117fe98c253714e1b2e1afd84dc7a9948d278c8 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Fri Jul 22 00:38:03 2016 +0930 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jul 21 21:46:29 2016 -0500 |
tree | bfb5441cf110f19faed72dbf960828381547c7ce | |
parent | 562e9764dcf19d1ff5b87b10a3b30b10fb3bf5c5 [diff] |
linux: move to openbmc-20160722-1 This resolves openbmc/openbmc#482. Change-Id: I9ef481f48509c7897b06168fd3e9e147d0a08779 Signed-off-by: Joel Stanley <joel@jms.id.au>
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