commit | 01854642b75d2587d649c61ede0a9bbc11ab6f51 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jan 11 15:30:22 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 19 19:26:11 2017 +0000 |
tree | 1e21000c93e1a1d56ade1776c32ef02f9f39a12b | |
parent | 4186efb290fedef83cf5f396d655fadcc09d6f47 [diff] |
Add Palmetto hwmons Add some hardcoded (not from MRW) labels and thresholds for rtc and tmp423 sensor chips. Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I182b34665de8f2e32dd47336879367f415f57150
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