commit | d7a6c4bcd059e541e8a0ee58821f7fe9cf5cc4ce | [log] [tgz] |
---|---|---|
author | Norman James <njames@us.ibm.com> | Sun Mar 06 19:44:59 2016 -0600 |
committer | Norman James <njames@us.ibm.com> | Sun Mar 06 19:44:59 2016 -0600 |
tree | 76845061fdc1d90a5afcbf3cae53094103f0379e | |
parent | a559381b9aa406b6ab51b420685aabbc123dc569 [diff] |
Move up skeleton and host-ipmid to latest Fixes memory leaks and watchdog timer issues Signed-off-by: Norman James <nkskjames@gmail.com>
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