commit | 8b49f2a969b0e5431a7f4abfa03ca73e65bd7f35 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sat Sep 10 11:43:30 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Sat Sep 10 11:43:30 2016 -0400 |
tree | 50cf596d992450199b48b5d645bb48dd5bb2d093 | |
parent | 28bb38b3086ebeade40f3a20d3e006015c205589 [diff] |
Fix more missing package dependencies Found a couple missing from Rocket and Bottle. Change-Id: I5ee3c882c3182a20c907f8e8a13f40eec36731fa Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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