From 44e6f65025e43b7c80a795b51d84cf1cac42f2a9 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 26 Feb 2018 14:59:22 -0500 Subject: 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 --- meta-phosphor/conf/distro/openbmc-phosphor.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta-phosphor/conf') 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" -- cgit v1.2.3