summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/conf
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2018-02-26 14:59:22 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-03-01 14:13:17 +0000
commit44e6f65025e43b7c80a795b51d84cf1cac42f2a9 (patch)
treec63509a5701f2618a4e1def475ad0d11c93c808c /meta-phosphor/conf
parent3eda709ba278a9c72ab27b375e0b3564fa9845a9 (diff)
downloadtalos-openbmc-44e6f65025e43b7c80a795b51d84cf1cac42f2a9.tar.gz
talos-openbmc-44e6f65025e43b7c80a795b51d84cf1cac42f2a9.zip
Silence meta-virtualization warning message
Starting with Rocko the meta-virtualization layer will emit a warning about missing virtualization in DISTRO_FEATURES. Silence the warning rather than adding the feature as true virtualization support is not required on OpenBMC at the moment. Tested: Built witherspoon and palmetto images with Rocko Change-Id: Icd0d4a7fa918770e7f40e57657bf81f854d50acd Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-phosphor/conf')
-rw-r--r--meta-phosphor/conf/distro/openbmc-phosphor.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-phosphor/conf/distro/openbmc-phosphor.conf b/meta-phosphor/conf/distro/openbmc-phosphor.conf
index 924e119e2..345cf030a 100644
--- a/meta-phosphor/conf/distro/openbmc-phosphor.conf
+++ b/meta-phosphor/conf/distro/openbmc-phosphor.conf
@@ -58,3 +58,9 @@ KERNEL_FEATURES_append = " phosphor-gpio-keys"
KERNEL_FEATURES_remove_qemuall = " phosphor-gpio-keys"
IMAGE_CLASSES_append = " image_types_phosphor"
+
+# 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"
OpenPOWER on IntegriCloud