commit | 32429c4a0978ac19add2fe357d6760f6d2950a8d | [log] [tgz] |
---|---|---|
author | Milton D. Miller II <miltonm@us.ibm.com> | Mon Feb 29 11:22:06 2016 -0600 |
committer | Milton D. Miller II <miltonm@us.ibm.com> | Thu Mar 03 14:46:59 2016 -0600 |
tree | d82f37381a9affb870f21121a21b03888b9e79c0 | |
parent | 648f0a8c51e2edfa86a7e0b7937037d70b3e4257 [diff] |
shutdown: request saved files be cleaned We don't need to hold saved files for a future restore. Signed-off-by: Milton Miller <miltonm@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