commit | dadd4763e0f9b79a56a5afd975d76a0c0da90932 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Wed Oct 12 08:56:48 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Nov 08 00:53:49 2016 +0000 |
tree | 00d35b5e63eca4f0ee9789f65f87f3c51abb8251 | |
parent | 799758d2196507fa53cdeb745be24e1f95635dbc [diff] |
Add recipe to install device tree config YAML. New recipe copies the devtree-config.yaml to a place the device tree generator can find it. Change-Id: I3ac107986de469ce47a4cd76cb790a8ab60988bc 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