commit | 97b94154611483e32a218bdc51c908dbb9318cfd | [log] [tgz] |
---|---|---|
author | Jeremy Kerr <jk@ozlabs.org> | Fri Mar 04 17:00:45 2016 +0800 |
committer | Jeremy Kerr <jk@ozlabs.org> | Fri Mar 04 17:00:45 2016 +0800 |
tree | 737016da4354c781f908a3ee007530dfeb65b22c | |
parent | a559381b9aa406b6ab51b420685aabbc123dc569 [diff] |
inarp: Add inverse ARP daemon This change adds 'inarp': A small daemon to listen for, and reply to inverse ARP requests. This should be started at system init time, so we add a .service file. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
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