commit | b20e804f6da02162d314ba8783d69b9fa5b7fe5b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Oct 24 01:50:02 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Oct 25 14:43:50 2016 +0000 |
tree | c918c1f4be63cb46d2b4175674278526a7ab0d7a | |
parent | 0ca97cefe52e66ddfe32da7537287e97027a4a2e [diff] |
obmc-console.bb: bump version Change-Id: I921b83b6da5fd080389408d1156e24ce90196087 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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