commit | a59b89919d75c4054e679b6e2635cc10793112bf | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Sep 12 13:50:07 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 13 02:57:32 2016 +0000 |
tree | 75d1871b6a120b37f66f591cbc2891ea1b9b8be3 | |
parent | 1466596b109e17870d5cb01ca6ba5aca5abd5fd5 [diff] |
network.bb: bump version Change-Id: I93b4fa37ef0b3d7fd9c0972aba04ed328cb7b96a 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