commit | 32aa6d76ea76ffbf0e0b403b95609bde9015d1af | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jan 11 12:57:11 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 12 22:54:44 2017 +0000 |
tree | 57af49eda769a374329f91f36adf04ac5ff0a6b3 | |
parent | 13b8afa16c405cd8f977dc4f172190954cd1a9bf [diff] |
Fix a copy/paste error in op-apps Prior to this patch the fans package description was not set and the sensors package description was being overriden with the fan description. Change-Id: I8bfdfb7004fdc1632fb48dc3985bc032b4089ffe 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