commit | b21f8a03eb006dc34ab177a9753220ab8845b2e0 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sun Nov 13 22:00:03 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Nov 14 10:51:03 2016 +0000 |
tree | e877f1b9704ee6a210af9fb7032a82dfcfdc32d0 | |
parent | 6026e600775f372fe8127dff715a4ddbb7bc00ff [diff] |
mrw-rev.bbclass: bump version Change-Id: Ifd78b96da6af456af2a64527f8214b6654167a87 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