commit | 48b42e0086847aa8b87b4102d7af315d91f3b45d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 19 15:00:05 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 20 02:34:40 2017 +0000 |
tree | f4c0e38891e7232d3b6730f85a634f77d9649336 | |
parent | 0c82bd40a9742160c50caf0a5a158eb2588c1335 [diff] |
mrw-rev.bbclass: bump version Change-Id: Ia39f9c3e5d62dce6f47653437fd78677b072bd46 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