commit | 23b4d7acf62f84144f6200f1a0400c86cd898aed | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Mon Mar 07 12:25:53 2016 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Mar 08 15:46:19 2016 -0600 |
tree | babfcd0bc32eecb56843d1377cbfb225dfe503e1 | |
parent | f6bccfedfa4690a9fd72da7d01786bf554f83f10 [diff] |
Update recipes to pick up IPMI and User management fixes IPMI: Support for ipmitool lan high level commands USER: User management fixes
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