[oe-commits] Li xin : rarpd: add new recipe

git at git.openembedded.org git at git.openembedded.org
Mon Nov 24 11:03:04 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 5877ff349f05e98ac63ae8d8b24413c495162b9b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5877ff349f05e98ac63ae8d8b24413c495162b9b

Author: Li xin <lixin.fnst at cn.fujitsu.com>
Date:   Tue Nov 18 17:55:58 2014 +0800

rarpd: add new recipe

RARP (Reverse Address Resolution Protocol) is a protocol which allows
individual devices on an IP network to get their own IP addresses from
the RARP server. Some machines (e.g. SPARC boxes) use this protocol
instead of e.g. DHCP to query their IP addresses during network bootup.

Linux kernels up to 2.2 used to provide a kernel daemon for this
service,but since 2.3 kernels it is served by this userland daemon.
You should install rarpd if you want to set up a RARP server on your
network.

Signed-off-by: Li Xin <lixin.fnst at cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../rarpd/rarpd/0001-rarpd.8-add-man-file.patch    |  89 +++++++
 .../0002-Makefile-modify-compile-parameters.patch  |  26 ++
 .../rarpd/rarpd/0003-rarpd.c-bug-fix.patch         | 263 +++++++++++++++++++++
 .../rarpd/0004-rarpd.init-add-new-init-file.patch  | 116 +++++++++
 .../rarpd/rarpd/0005-ethernet.c-remove-it.patch    | 244 +++++++++++++++++++
 meta-oe/recipes-extended/rarpd/rarpd/ethers.sample |   1 +
 meta-oe/recipes-extended/rarpd/rarpd/rarpd.service |  14 ++
 meta-oe/recipes-extended/rarpd/rarpd_ss981107.bb   |  49 ++++
 8 files changed, 802 insertions(+)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=5877ff349f05e98ac63ae8d8b24413c495162b9b


More information about the Openembedded-commits mailing list