commit | 8e0bbcce04d9482c062a4885e959477d814fe0e8 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Jun 21 14:39:26 2016 -0500 |
committer | GitHub <noreply@github.com> | Tue Jun 21 14:39:26 2016 -0500 |
tree | c62607378e8a43e38b5d75692fbc6b398be530ea | |
parent | 58343e73fcb393e124caae22fd189fe9fe64ee9d [diff] | |
parent | 53cdb386eb573d30dc548504a9316cbf615da190 [diff] |
Merge pull request #404 from bradbishop/unused-ipmi Removed unused host-ipmid-bt application
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