commit | e5c560fd2928f65a0d42681c0a6b7a16b752fdf3 | [log] [tgz] |
---|---|---|
author | nkskjames <nkskjames@gmail.com> | Fri Feb 12 15:12:27 2016 -0600 |
committer | nkskjames <nkskjames@gmail.com> | Fri Feb 12 15:12:27 2016 -0600 |
tree | ec4fd539505a899b2eeaddb9b2545e88b29b726b | |
parent | 010f08dee6e4a8e04f799b535f01487678bf430c [diff] | |
parent | 2745eaf27be0f47864ea61837c538e1d442eac25 [diff] |
Merge pull request #177 from anoo1/feb11 Recipe update: User management, systemd patch, IPMI net functions
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