commit | c13be613dcd8a293051df37cbbc51f0c357b7444 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Jun 24 16:14:08 2016 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Jun 24 16:14:08 2016 -0500 |
tree | 5f1771f8eee5b3128ccfaab825ade134e578b9d5 | |
parent | f81616d2dd9f38743a7b93bbf6276be83d2eaddc [diff] |
Bump versions for skeleton, IPMI, obmc-mapper Pick changes for: Encoding firmware version in BCD format Handle floating point sensor values Performance improvements Extend the mapper service startup timeout Signed-off-by: Adriana Kobylak <anoo@us.ibm.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