summaryrefslogtreecommitdiff
path: root/meta-phosphor/conf/distro/include/phosphor-base.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-phosphor/conf/distro/include/phosphor-base.inc')
-rw-r--r--meta-phosphor/conf/distro/include/phosphor-base.inc10
1 files changed, 1 insertions, 9 deletions
diff --git a/meta-phosphor/conf/distro/include/phosphor-base.inc b/meta-phosphor/conf/distro/include/phosphor-base.inc
index 25672efca..86cc54ca9 100644
--- a/meta-phosphor/conf/distro/include/phosphor-base.inc
+++ b/meta-phosphor/conf/distro/include/phosphor-base.inc
@@ -94,15 +94,13 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED = " \
"
DISTRO_FEATURES_OBMC = " \
+ ipmi-fru \
obmc-host-ctl \
obmc-host-ipmi \
- obmc-logging-mgmt \
obmc-phosphor-chassis-mgmt \
obmc-phosphor-fan-mgmt \
obmc-phosphor-flash-mgmt \
obmc-phosphor-system-mgmt \
- obmc-phosphor-user-mgmt \
- obmc-settings-mgmt \
"
DISTRO_FEATURES_DEFAULT = " \
@@ -139,12 +137,6 @@ IMAGE_CLASSES_append_npcm7xx = " image_types_phosphor_nuvoton"
IMAGE_INSTALL_append = " dbus-broker"
-# OpenBMC uses a couple recipes from meta-virtualization
-# but we do not actually want any virtualization support
-# enabled on a BMC distribution. Silence the emitted
-# warning.
-SKIP_META_VIRT_SANITY_CHECK = "1"
-
# Skip the udev database by default. It adds around 2MB
# compressed to the root filesystem, and probably doesn't
# make sense on a BMC anyway.