commit | 4300901f2455e94f98ad0a840dd6126216618f97 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Oct 12 08:53:41 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 20 19:18:44 2016 +0000 |
tree | 1c75cb3fd7abbe06164af1afc3b682007a8217ca | |
parent | 952c4598ef3aa0943bf6c24e2f97aa4e91f772a1 [diff] |
Add recipe for perl YAML::Tiny Change-Id: I4e371d6fa8e63a983ac14ddf408e91c2cbcbf76f Signed-off-by: Matt Spinler <spinler@us.ibm.com>
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