summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-03-07 06:46:15 +0300
committerWilliam A. Kennington III <wak@google.com>2021-03-09 03:16:23 +0300
commitca5eb18e19d20e0d7bed361681434ce08d753ad9 (patch)
tree97e71ba784d8fef5b1c170fb5eba54019fdcbec0
parent3b3c40fd23ce19ed5b15edd36cf11b18cbdf94e9 (diff)
downloadopenbmc-ca5eb18e19d20e0d7bed361681434ce08d753ad9.tar.xz
meta-google: Use iproute2 instead of busybox
iproute2 provides a more complete set of utilies that are better behaved than the busybox variants with more complex network configurations. Change-Id: Ic638fac3deda68e2e509d733994b7b24cd2d38f1 Signed-off-by: William A. Kennington III <wak@google.com>
-rw-r--r--meta-google/recipes-core/busybox/files/ip.cfg3
-rw-r--r--meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend1
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-google/recipes-core/busybox/files/ip.cfg b/meta-google/recipes-core/busybox/files/ip.cfg
index f9357715e..e8acf56b5 100644
--- a/meta-google/recipes-core/busybox/files/ip.cfg
+++ b/meta-google/recipes-core/busybox/files/ip.cfg
@@ -1 +1,2 @@
-CONFIG_IPNEIGH=y
+CONFIG_IP=n
+CONFIG_NETSTAT=n
diff --git a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
index 520aeeb19..acccde532 100644
--- a/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
+++ b/meta-google/recipes-phosphor/images/obmc-phosphor-image.bbappend
@@ -4,6 +4,7 @@ OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-blobs"
OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-ethstats"
OBMC_IMAGE_EXTRA_INSTALL_append = " phosphor-ipmi-flash"
+OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " iproute2 iproute2-ss"
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " gbmc-systemd-config"
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = " gbmc-iperf3"
OBMC_IMAGE_EXTRA_INSTALL_append_gbmc = \