commit | 553eccbccb8eef4616ad15c49adb67a42f7b6625 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jul 06 12:51:33 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jul 28 14:35:37 2016 -0400 |
tree | 624df6932373f44ee45e3de85d2dbb84d8d5a629 | |
parent | 5ddc7936eab1c00eb6262c370b46dad59128b568 [diff] |
Remove workbook dependency from download mgr Change-Id: Ib4c0e70e18fcee9811d17dd9f9855049fd3f5b6a 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