commit | 488f9279a3a5a1ac776982a0c90c1a2b9a4a8835 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Mon Oct 24 13:37:49 2016 +1030 |
committer | Joel Stanley <joel@jms.id.au> | Thu Oct 27 16:52:53 2016 +1030 |
tree | 4a3a9cc876ae46d4dd81039731fad7648ed8d5b6 | |
parent | b78bae6a2da75459c012090c3d1c07da3b2dc7d1 [diff] |
meta-openbmc-machines: Add Romulus Romulus is a Power9 OpenPOWER system developed by IBM. TODO: - bump skeleton for config/Romulus.py - bump kernel for device tree Change-Id: I9779f213e3ebc6286f6eaac35650e6c4fe395f80 Signed-off-by: Joel Stanley <joel@jms.id.au>
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