commit | 31257d0250b2edf7f65996c4124d3b2b81a00b23 | [log] [tgz] |
---|---|---|
author | Adriana Kobylak <anoo@us.ibm.com> | Fri Mar 04 13:25:27 2016 -0600 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Fri Mar 04 13:25:27 2016 -0600 |
tree | c3b7c942f0dfb6decb9ad0f63b50a67d6008b8a8 | |
parent | a559381b9aa406b6ab51b420685aabbc123dc569 [diff] |
Add inarp to base image Add the inarp package to the base image. If users later want to turn it off and not have it be part of the base image, it can be changed to a distro spec then.
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