All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-mingw] [PATCH] mingw32-common.inc: remove qemu-usermode from MACHINE_FEATURES
@ 2021-12-01  9:40 Alexander Kanavin
  0 siblings, 0 replies; only message in thread
From: Alexander Kanavin @ 2021-12-01  9:40 UTC (permalink / raw)
  To: yocto; +Cc: jpewhacker, Alexander Kanavin

This is prompted by upcoming exe_wrapper setting in meson, which
is using qemu, subject to qemu-usermode, and so won't work for mingw
executables.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 conf/machine-sdk/include/mingw32-common.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/machine-sdk/include/mingw32-common.inc b/conf/machine-sdk/include/mingw32-common.inc
index 6c43fc9..1ee6cc4 100644
--- a/conf/machine-sdk/include/mingw32-common.inc
+++ b/conf/machine-sdk/include/mingw32-common.inc
@@ -52,3 +52,5 @@ GCCPIE:mingw32 = ""
 # wine and wineserver are required to test MinGW SDKs
 HOSTTOOLS += "${@'wine wineserver' if (bb.utils.contains_any('IMAGE_CLASSES', 'testsdk', True, False, d) or any(x in (d.getVar("BBINCLUDED") or "") for x in ["testsdk.bbclass"])) else ''}"
 
+# wine may work to run mingw executables, but qemu certainly isn't
+MACHINE_FEATURES_BACKFILL_CONSIDERED:append = " qemu-usermode"
-- 
2.20.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-01  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  9:40 [meta-mingw] [PATCH] mingw32-common.inc: remove qemu-usermode from MACHINE_FEATURES Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.