commit | 3931483770436081d15a57a4d1a642fcc80c21c4 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Tue Sep 13 16:20:01 2016 -0500 |
committer | Matt Spinler <spinler@us.ibm.com> | Wed Sep 21 08:39:34 2016 -0500 |
tree | 0d219029a66fb78912a85ec2c72b4b261708a9ff | |
parent | 0eb7c392d8fe24b390c04fba05af70d8cf8c7638 [diff] |
Fixup inventory generation dependencies Resolves openbmc/openbmc#567. Change-Id: I68e8e726f839038a6a256ff18a88d936ab0af3e4 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