From 4a8312c64c4b38eebcf6f73513dfa8d8e2656bda Mon Sep 17 00:00:00 2001 From: "Jason M. Bills" Date: Wed, 2 Nov 2022 08:25:11 -0700 Subject: 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 Change-Id: Id1e12f3f2af2450500ec6c0b2acef284cb69d0a7 --- .../meta-common/recipes-phosphor/network/phosphor-network_%.bbappend | 1 - meta-fii/meta-kudo/recipes-phosphor/network/phosphor-network_%.bbappend | 1 - meta-fii/meta-mori/recipes-phosphor/network/phosphor-network_%.bbappend | 1 - meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb | 1 - .../meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend | 1 - .../meta-s6q/recipes-phosphor/network/phosphor-network_%.bbappend | 2 +- 6 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 meta-ampere/meta-common/recipes-phosphor/network/phosphor-network_%.bbappend delete mode 100644 meta-fii/meta-kudo/recipes-phosphor/network/phosphor-network_%.bbappend delete mode 100644 meta-fii/meta-mori/recipes-phosphor/network/phosphor-network_%.bbappend diff --git a/meta-ampere/meta-common/recipes-phosphor/network/phosphor-network_%.bbappend b/meta-ampere/meta-common/recipes-phosphor/network/phosphor-network_%.bbappend deleted file mode 100644 index ef2e2bab41..0000000000 --- a/meta-ampere/meta-common/recipes-phosphor/network/phosphor-network_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -PACKAGECONFIG:append = " nic-ethtool" diff --git a/meta-fii/meta-kudo/recipes-phosphor/network/phosphor-network_%.bbappend b/meta-fii/meta-kudo/recipes-phosphor/network/phosphor-network_%.bbappend deleted file mode 100644 index 6618bf117b..0000000000 --- a/meta-fii/meta-kudo/recipes-phosphor/network/phosphor-network_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -PACKAGECONFIG:append:kudo = " nic-ethtool" diff --git a/meta-fii/meta-mori/recipes-phosphor/network/phosphor-network_%.bbappend b/meta-fii/meta-mori/recipes-phosphor/network/phosphor-network_%.bbappend deleted file mode 100644 index c7d192bd88..0000000000 --- a/meta-fii/meta-mori/recipes-phosphor/network/phosphor-network_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -PACKAGECONFIG:append:mori = " nic-ethtool" diff --git a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb index 45a59563c7..c12a8e2eee 100644 --- a/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb +++ b/meta-phosphor/recipes-phosphor/network/phosphor-network_git.bb @@ -15,7 +15,6 @@ PACKAGECONFIG ??= "uboot-env default-link-local-autoconf default-ipv6-accept-ra PACKAGECONFIG[uboot-env] = "-Duboot-env=true,-Duboot-env=false,,${UBOOT_ENV_RDEPENDS}" PACKAGECONFIG[default-link-local-autoconf] = "-Ddefault-link-local-autoconf=true,-Ddefault-link-local-autoconf=false,," PACKAGECONFIG[default-ipv6-accept-ra] = "-Ddefault-ipv6-accept-ra=true,-Ddefault-ipv6-accept-ra=false,," -PACKAGECONFIG[nic-ethtool] = "-Dnic-ethtool=true,-Dnic-ethtool=false,," PACKAGECONFIG[sync-mac] = "-Dsync-mac=true,-Dsync-mac=false,nlohmann-json," PACKAGECONFIG[hyp-nw-config] = "-Dhyp-nw-config=true, -Dhyp-nw-config=false,," PACKAGECONFIG[persist-mac] = "-Dpersist-mac=true, -persist-mac=false,," 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" -- cgit v1.2.3