commit | 34239211d138302b59858b22880c2bf39fd0890f | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 17 05:11:35 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Aug 17 05:11:47 2016 -0500 |
tree | 8a30e2fa5430926c10574d0e8abe9133c46bd68f | |
parent | bea797d88a1ed9c65bd0187a56541260dadbb631 [diff] |
linux-obmc: bump to 4.7.1 Change-Id: I2fe38f81d94ad2ebf68bd5d1997d10daa3f34004 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