commit | 5f9be075e0739c7d0abbb78ae9c189a0766eab3a | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jun 27 14:53:52 2016 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Jun 30 13:41:15 2016 -0400 |
tree | d92e9692dba433625f5c351a67af147c39d0725c | |
parent | 6f286af2d6e137498c87933445dbe512bb21bc00 [diff] |
Add independent recipes for skeleton applications This will enable more fine-grained control over what parts of skeleton satisfy the different openbmc build requirements, further enabling things like alternate implementations. 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