commit | 74d47f8f9ac985089b10492d6f1a18306d7b3c9a | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Jan 13 15:09:43 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 19 16:36:45 2017 +0000 |
tree | 8a48d25c088f738f2628178d23b469dcd3b0dfe3 | |
parent | cedd44b3631def4fec92befd617b379e2cba3492 [diff] |
Add unbind/bind around fan speed i2csets When the max31785 device driver becomes available, we'll need to unbind it before using i2sets to talk to the chip. Change-Id: I25967d753ca81b899880a160f3ea4a022be48e77 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