[PATCH openbmc] Add inarp to base image

OpenBMC Patches openbmc-patches at stwcx.xyz
Sat Mar 5 06:30:32 AEDT 2016


From: Adriana Kobylak <anoo at us.ibm.com>

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.
---
 meta-phosphor/classes/obmc-phosphor-image.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-phosphor/classes/obmc-phosphor-image.bbclass b/meta-phosphor/classes/obmc-phosphor-image.bbclass
index 0d4a0d0..164da33 100644
--- a/meta-phosphor/classes/obmc-phosphor-image.bbclass
+++ b/meta-phosphor/classes/obmc-phosphor-image.bbclass
@@ -41,6 +41,7 @@ IMAGE_INSTALL += " \
         packagegroup-obmc-phosphor-apps-extras \
         i2c-tools \
         screen \
+        inarp \
         "
 
 def build_overlay(d):
-- 
2.7.1




More information about the openbmc mailing list