commit | ca5eb18e19d20e0d7bed361681434ce08d753ad9 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat Mar 06 19:46:15 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Tue Mar 09 00:16:23 2021 +0000 |
tree | 97e71ba784d8fef5b1c170fb5eba54019fdcbec0 | |
parent | 3b3c40fd23ce19ed5b15edd36cf11b18cbdf94e9 [diff] |
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>
diff --git a/meta-google/recipes-core/busybox/files/ip.cfg b/meta-google/recipes-core/busybox/files/ip.cfg index f935771..e8acf56 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 520aeeb..acccde5 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-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 = \