commit | 2caa74e6c76954a1ce8e9a2d56b5a9401285d6ee | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Thu Jan 05 11:15:47 2017 +0800 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jan 13 14:44:38 2017 +0000 |
tree | 35d3ec84bb49f28ce5034c62147f3e9c5f4adfad | |
parent | 4a2201ff2890167b8d770fcd80783bff72a85382 [diff] |
meta-romulus: Update VRM control scripts Romulus VDDR uses different regulator, so the scripts is updated: 1. Remove VDDR related settings in vrm-control.sh 2. Add vrm.sh to invoke vrm-control.sh to set VDN, and invoke i2cset to set VDDR. Change-Id: I8be757728833280392328eaf03b3a88b911a4fbd 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