commit | 1e3c41430bb7536ef0f91e507c3134b5ce003d8a | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Aug 12 12:52:36 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 09 14:16:30 2016 +0000 |
tree | 02338377f7e45fe5ae94b54775c05393f6f44efb | |
parent | 1042e936d46edb3e4e1e696d69b62f011814ad17 [diff] |
Add API module for the machine readable workbook XML. This recipe provides Targets.pm, which should be used to parse the XML generated by the Serverwiz MRW tool. Change-Id: I4d28f8b0dd2b8e3519c1ba007dfc9b77e83438f8 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