commit | d3d06c54f97a61dd4323445b5f7d3f473b5d9372 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Jan 31 01:10:02 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jan 31 01:10:02 2017 -0600 |
tree | 6bf4543b6a54de7a2e44800c0f22020503b6293f | |
parent | 51ca97ebc5e8297ed87f2ee801b66580ae75a604 [diff] |
obmc-console.bb: bump version Change-Id: I2410820c5e4f520cbd6522341e767b277d634f7e 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