[meta-intel] [PATCH] tune-skylake.inc: don't backfill qemu-usermode in MACHINE_FEATURES

Naveen Saini naveen.kumar.saini at intel.com
Thu Aug 29 01:19:50 PDT 2019


Signed-off-by: Naveen Saini <naveen.kumar.saini at intel.com>
---
 conf/machine/include/tune-skylake.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/include/tune-skylake.inc b/conf/machine/include/tune-skylake.inc
index 4882600..532f98d 100644
--- a/conf/machine/include/tune-skylake.inc
+++ b/conf/machine/include/tune-skylake.inc
@@ -26,6 +26,7 @@ QEMU_EXTRAOPTIONS_skylake-64 = " -cpu Skylake-Client"
 
 # Disable QEMU usermode by default (get avx2)
 MACHINE_FEATURES_remove = "qemu-usermode"
+MACHINE_FEATURES_BACKFILL_CONSIDERED_append = " qemu-usermode"
 
 # If qemu-usermode is enabled, we have to disable avx2 ISA extensions, but we can keep mtune as skylake vs generic
 SKYLAKE_TUNE .= "${@bb.utils.contains('MACHINE_FEATURES', 'qemu-usermode', ' -mtune=skylake ${QEMU_UNAVAILABLE_ISA}', '-mtune=generic -mavx2', d)}"
-- 
2.7.4



More information about the meta-intel mailing list