commit | 068b41c3ddcccbb5bc9898b194d38cea9ecffa8b | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Tue Nov 08 07:03:05 2016 +0800 |
committer | Lei YU <mine260309@gmail.com> | Tue Nov 08 10:37:49 2016 +0800 |
tree | 4313eac9a9b9536304774b4520c669c7d8542d4a | |
parent | b168869f062b3d6ef49bfa51022c99959cc03160 [diff] |
Add BMP280 kernel config for Witherspoon. Change-Id: I09b7b98e03e5fa30dfd3c37563e68cf751dd8c84 Signed-off-by: Lei YU <mine260309@gmail.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