commit | f75c960288dbbb80ae5c82424d035ee6923e5895 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Aug 30 14:14:24 2016 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Sep 13 18:08:13 2016 +0000 |
tree | 0d0d1f8614b83d5223254e641b7089c662fad054 | |
parent | 8f6c2caebdae2bc1f9837ea0df5b1d650a6390b0 [diff] |
obmc-console cleanups Make use of systemd class features. Change-Id: Ia1341adc96b099d2aa43c70877d45dd32c57a500 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