commit | b9ac0b1930a02b83bebb056c37a15479e4d6a4c2 | [log] [tgz] |
---|---|---|
author | Yi Li <adamliyi@msn.com> | Wed May 25 22:53:28 2016 +0800 |
committer | Yi Li <adamliyi@msn.com> | Sun May 29 23:33:47 2016 +0800 |
tree | 34b6cfd4da4b9ee736b0a651da9148538c8b6b4c | |
parent | 6634fb213c8f620ea4aa6bf0bf34577716f03bd5 [diff] |
Build adm1275 driver into linux kernel by default Barreleye requires adm1278 driver be built into kernel. Add config to defconfig, instead of hwmon.cfg. Signed-off-by: Yi Li <adamliyi@msn.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