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 <[email protected]>
---
 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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#55456): https://lists.yoctoproject.org/g/yocto/message/55456
Mute This Topic: https://lists.yoctoproject.org/mt/87423960/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to