summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-gbs/recipes-phosphor
diff options
context:
space:
mode:
authorGeorge Hung <george.hung@quantatw.com>2021-04-28 09:53:37 +0300
committerGeorge Hung <george.hung@quantatw.com>2021-04-29 02:32:56 +0300
commitd996a1087bda5a099a44165e84c7f3dcd670a21b (patch)
treee5053ebcde08101ca6784edad2f546acb51b35ce /meta-quanta/meta-gbs/recipes-phosphor
parent9d538eb746f20eb7efb1a81cace692b2f7b3c8df (diff)
downloadopenbmc-d996a1087bda5a099a44165e84c7f3dcd670a21b.tar.xz
meta-quanta: gbs: remove u-boot-fw-utils/clear-once packages
remove u-boot-fw-utils/clear-once packages since we don't use u-boot environment Signed-off-by: George Hung <george.hung@quantatw.com> Change-Id: Ideb8ece3529bd8fea658f9c160551950773d6d13
Diffstat (limited to 'meta-quanta/meta-gbs/recipes-phosphor')
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend2
-rw-r--r--meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend2
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend b/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
index 66f4f1384..af5fb1356 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
+++ b/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host_%.bbappend
@@ -15,3 +15,5 @@ EXTRA_OECONF_append_gbs = " \
FRU_YAML_GEN=${STAGING_DIR_HOST}${datadir}/gbs-yaml-config/ipmi-fru-read.yaml \
INVSENSOR_YAML_GEN=${STAGING_DIR_HOST}${datadir}/gbs-yaml-config/ipmi-inventory-sensors.yaml \
"
+
+RDEPENDS_${PN}_remove_gbs = "clear-once"
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 49959cc0e..7bf73aee7 100644
--- a/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend
+++ b/meta-quanta/meta-gbs/recipes-phosphor/network/phosphor-network_%.bbappend
@@ -1 +1,3 @@
EXTRA_OECONF_append_gbs = " --enable-nic-ethtool=yes"
+
+PACKAGECONFIG_remove_gbs = "uboot-env"