commit | ed52dc14feeeceda50b3f2d58515587eb81b6b42 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Sep 14 21:10:54 2016 +0930 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 20 21:35:55 2016 +0000 |
tree | 4cbe51d5e8a4718d1f0d0fa998767c7a1a75ff40 | |
parent | b103a33112cd06ebb03c74808abee28b1f887b65 [diff] |
linux-obmc: Move to be2001133835 This moves us towards a resolution for #513 Change-Id: I47dc647e0043b14807e21a086ab38ecbf689485f Signed-off-by: Andrew Jeffery <andrew@aj.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