commit | 8b868ea7cb74100e4b30ed558956ba0ba43fd671 | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Wed Feb 10 18:11:47 2016 -0600 |
committer | nkskjames <nkskjames@gmail.com> | Wed Feb 10 18:11:47 2016 -0600 |
tree | b6b6c4d733f6894d2924286a29e246c90b3c8d29 | |
parent | 2a7a8929479f3c1cb3921b85b4e9f5b0a83bb39c [diff] | |
parent | be7083f3ce69dca6bf6d3a71795ab59d01d1edab [diff] |
Merge pull request #175 from nkskjames/skeleton2 update skeleton commit
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