commit | 43d8242f0c2cbce87a3277d90f4bbff0ce537880 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 02 16:10:03 2016 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Dec 02 16:10:03 2016 -0600 |
tree | 3f16eec7fc937a80c63bd02261b2ab86f0560af0 | |
parent | c4d2d2a92a3a5582299d214dd1293e4b9cefa851 [diff] |
phosphor-logging.bb: bump version Change-Id: I24cfe2457d7466fdc77ed0e75b96dc4e86638ded Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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