commit | 3dd1eea5c779c8fc1bd4e19b4bd4cbb1221b3bbc | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Tue Dec 27 14:43:14 2016 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jan 11 21:37:49 2017 +0000 |
tree | b67d7e5143a64e7fe9931aa50e2c4bd0789968dc | |
parent | fdc0491d6e3775e89d1cc7e1ef57182f854f840d [diff] |
meta-romulus: Add AVSBus and VRM workarounds Add AVSBus and VRM control scripts. Add systemd services to do AVSBus workaround, disable AVSBus, do VRM workaround and enable AVSBus. Add BitBake recipe to install script and services. Change-Id: I72ec0138d23eba57ee56d5a6b01e3cd638c819bc 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