summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-05-18 01:26:26 +0300
committerWilliam A. Kennington III <wak@google.com>2021-05-18 23:18:31 +0300
commit301b0fb16f48dbb138905ff8dc7606396af405ff (patch)
treeee702b66634f26fdcc448df7fb927e841b5eb966 /meta-quanta
parent3beca8378e3dabcb36d0a282a20021d191de6b3e (diff)
downloadopenbmc-301b0fb16f48dbb138905ff8dc7606396af405ff.tar.xz
meta-quanta: gbs: Remove autotools specific config
We want to use packageconfig options instead of build system specific ones. Change-Id: Ib0b293c457ea418e98d294da9796c7b103209888 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend3
1 files changed, 1 insertions, 2 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
index 7bf73aee7..9caf61e66 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend
+++ b/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend
@@ -1,3 +1,2 @@
-EXTRA_OECONF_append_gbs = " --enable-nic-ethtool=yes"
-
+PACKAGECONFIG_append_gbs = " nic-ethtool"
PACKAGECONFIG_remove_gbs = "uboot-env"