commit | 48d024162c96d540d9d5f225c95f172f81d1b124 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Oct 07 13:20:11 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 31 16:32:29 2016 +0000 |
tree | 1d7f4f36f23dfd1d830572d717c8dc06e0a20d22 | |
parent | 4ef18bf263b8fc0e8197fadc3cd0dfec7105c6c6 [diff] |
Create YAML config file for device tree generation. This file will be read by the device tree generation code to fill in some things that aren't strictly hardware dependent so don't belong in the XML. Change-Id: I8d863adfd04c13dee5e133f1aceed76d470c2fe1 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