summaryrefslogtreecommitdiff
path: root/meta-quanta
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2022-11-02 18:25:11 +0300
committerJason M. Bills <jason.m.bills@linux.intel.com>2022-11-02 18:25:11 +0300
commit4a8312c64c4b38eebcf6f73513dfa8d8e2656bda (patch)
tree784fbea03ef4ddc58208df5573e8bf8cf363e49c /meta-quanta
parentaa814b31e9ffe0ec431176de3398699988be7624 (diff)
downloadopenbmc-4a8312c64c4b38eebcf6f73513dfa8d8e2656bda.tar.xz
Remove PACKAGECONFIG for nic-ethtool
The nic-ethtool option was removed from phosphor-network, so we also need to remove the PACKAGECONFIG option to build the phosphor-network bump. Tested: Confirmed that the latest phosphor-network builds successfully. Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com> Change-Id: Id1e12f3f2af2450500ec6c0b2acef284cb69d0a7
Diffstat (limited to 'meta-quanta')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend1
-rw-r--r--meta-quanta/meta-s6q/recipes-phosphor/network/phosphor-network_%.bbappend2
2 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 195838d052..fdc3201282 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend
+++ b/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend
@@ -1,2 +1 @@
-PACKAGECONFIG:append:gbs = " nic-ethtool"
PACKAGECONFIG:remove:gbs = "uboot-env"
diff --git a/meta-quanta/meta-s6q/recipes-phosphor/network/phosphor-network_%.bbappend b/meta-quanta/meta-s6q/recipes-phosphor/network/phosphor-network_%.bbappend
index 89beaa9149..876efe663b 100644
--- a/meta-quanta/meta-s6q/recipes-phosphor/network/phosphor-network_%.bbappend
+++ b/meta-quanta/meta-s6q/recipes-phosphor/network/phosphor-network_%.bbappend
@@ -1,4 +1,4 @@
-PACKAGECONFIG:append:s6q = " sync-mac nic-ethtool"
+PACKAGECONFIG:append:s6q = " sync-mac"
FILES:${PN}:append:s6q = " ${datadir}/network/config.json"