commit | 1042e936d46edb3e4e1e696d69b62f011814ad17 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Sep 07 14:34:36 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 09 14:14:41 2016 +0000 |
tree | b513e7f334410d203f0e9628603e241b9dd942ee | |
parent | f2dd552b2491fc35f0bf6f9328e57d4c75ea34d6 [diff] |
Specify which MRW XML to use for Palmetto. Set the machine readable workbook URI and REV variables so the mrw-native recipe can retrieve the XML. Change-Id: I1f63365917f818b31c00997edb312f700b935af3 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