commit | 1a6f489954df3a7cceb6dc7962d270fd152ef50a | [log] [tgz] |
---|---|---|
author | Chris Austen <austenc@us.ibm.com> | Wed May 04 15:22:16 2016 -0500 |
committer | Chris Austen <austenc@us.ibm.com> | Wed May 04 15:22:16 2016 -0500 |
tree | ede05dc7c5d0bc6aac6d6f970adfe7a5269a8bc6 | |
parent | 3ff6f0e2728d68cfdb5f5e39bc488e96135a28c9 [diff] |
Add version_id support in to openbmc Adding https://github.com/openbmc/phosphor-host-ipmid/commit/176c96534484213dfb19d2ef5f70306b145a4fcf to all the ipmi -I dbus mc info command to reflect what is seen via REST
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