commit | 75fc03aa5dbd43c64f927222209ad7326ad20c20 | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Tue Apr 12 15:59:52 2016 +0800 |
committer | Jeremy Kerr <jk@ozlabs.org> | Thu Apr 14 14:24:34 2016 +0800 |
tree | 0faf95cde1de711f317280cb7cec37daeadaa047 | |
parent | 6a861ddd11cca8558f371ade53ab43c7855f5a6d [diff] |
Enable obmc-console project The issue that prevented obmc-console from compiling was has been fixed in f5858b5bf, so bump to a recent obmc-console version, and reenable. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
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