summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-phosphor/network
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2020-10-27 10:47:41 +0300
committerAndrew Geissler <geissonator@yahoo.com>2020-10-29 04:20:24 +0300
commita77f0b568fdeccee7e4054c07db51fe9e22f4240 (patch)
tree01d7cdde2c01d41cd0f850fcca807bd054bbac88 /meta-quanta/meta-gbs/recipes-phosphor/network
parentda195d80a4802e0fdbeb674b657487f52ee804c6 (diff)
downloadopenbmc-a77f0b568fdeccee7e4054c07db51fe9e22f4240.tar.xz
meta-quanta: gbs: fix the SpeedMbps of ethernet interfaces in Redfish
Enable it if your NIC driver supports the ETHTOOL features and it will fix showing 0 for the SpeedMbps of ethernet interfaces in Redfish (From meta-quanta rev: 3a1b489db1f65c4afe4c74c623f3023cfe4964ed) Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: I4c7b8d59fa942da5aa09177b749da0838c02a846 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-phosphor/network')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend
new file mode 100644
index 000000000..49959cc0e
--- /dev/null
+++ b/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend
@@ -0,0 +1 @@
+EXTRA_OECONF_append_gbs = " --enable-nic-ethtool=yes"