commit | 27fece873eabe1cb889f2de0f9dd7ea73ad8042d | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Mon Mar 07 09:07:13 2016 -0600 |
committer | nkskjames <nkskjames@gmail.com> | Mon Mar 07 09:07:13 2016 -0600 |
tree | 6e4057c739c17293830c02705d681a2e0cd0eda3 | |
parent | 9f9413bb242e9597296cdbd32825e951736d8a1a [diff] | |
parent | 7553f554ca1fc40d8997875c17f12ede39ea0baa [diff] |
Merge pull request #181 from adamliyi/adm1278 Add temporary adm1278 hwmon pmbus driver patch
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