obmc-phosphor-image.bbclass: Remove inarp from default build
This service was implemented for Barreleye to send out the ARP packet
for BMC discovery. We can remove it from default build since it's not
necessary for other platforms.
Also need to inherit obmc-phosphor-systemd so it can be installed once
built in on specific platform.
Resolves openbmc/openbmc#1306
Change-Id: I20865177aa939fb729d15e9ba373c80ff8ea59bf
Signed-off-by: John Wang <hsienchiang@gmail.com>
diff --git a/meta-phosphor/common/recipes-phosphor/network/inarp.bb b/meta-phosphor/common/recipes-phosphor/network/inarp.bb
index 10a5196..55525ba 100644
--- a/meta-phosphor/common/recipes-phosphor/network/inarp.bb
+++ b/meta-phosphor/common/recipes-phosphor/network/inarp.bb
@@ -5,6 +5,7 @@
inherit autotools
inherit obmc-phosphor-license
+inherit obmc-phosphor-systemd
DEPENDS += "autoconf-archive-native"
RDEPENDS_${PN} += "network"