commit | 952c4598ef3aa0943bf6c24e2f97aa4e91f772a1 | [log] [tgz] |
---|---|---|
author | Matt Spinler <spinler@us.ibm.com> | Fri Oct 14 12:27:20 2016 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Oct 20 19:18:20 2016 +0000 |
tree | 88b91cdfc526cc89e95508714b069be48c5f754b | |
parent | f7379cdeab07c6e11acf90285bcf77026f205a7f [diff] |
Add obmc-mrw Distro feature Change-Id: I8df003a2e935b45231b31862ada825a8786679a1 Signed-off-by: Matt Spinler <spinler@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