commit | 4c5d57ffecaa01770af63e833ff7b4e0499eae70 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Aug 26 14:34:57 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 06 19:32:30 2016 +0000 |
tree | 89aa119ab48be13c964b4f782dbb2c43c21ee2a3 | |
parent | 89f4e3c33f3b4fe1382abcf640788bed1bce2f7f [diff] |
Add json-perl recipe. Picked up the json-perl 2.90 recipe from openembedded.org. Change-Id: I34424087a509bdf1b548a9582afa08c3872f3bad 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