Re: [OE-core] [PATCH v2 5/5] selftest: wic: Disable graphic of qemu to support WSL

2022-02-14 Thread Alexander Kanavin
On Mon, 14 Feb 2022 at 18:12, Stefan Herbrechtsmeier wrote: > Am 14.02.2022 um 17:28 schrieb Alexander Kanavin: > > This fixes one location where the problem can occur in selftests, but > > what about all the others? > > Other tests like efibootpartition, gcc, glibc or runqemu already set >

Re: [OE-core] [PATCH v2 5/5] selftest: wic: Disable graphic of qemu to support WSL

2022-02-14 Thread Stefan Herbrechtsmeier
Hi Alex, Am 14.02.2022 um 17:28 schrieb Alexander Kanavin: This fixes one location where the problem can occur in selftests, but what about all the others? Other tests like efibootpartition, gcc, glibc or runqemu already set nographic. Generally, it is not selftest's job to ensure qemu

Re: [OE-core] [PATCH v2 5/5] selftest: wic: Disable graphic of qemu to support WSL

2022-02-14 Thread Alexander Kanavin
This fixes one location where the problem can occur in selftests, but what about all the others? Generally, it is not selftest's job to ensure qemu can be started: you need to either tweak runqemu to detect WSL, configure qemu-system-native from your local.conf so that it doesn't enable sdl or

[OE-core] [PATCH v2 5/5] selftest: wic: Disable graphic of qemu to support WSL

2022-02-14 Thread Stefan Herbrechtsmeier
From: Stefan Herbrechtsmeier Disable graphic support of qemu to support qemu tests in WSL. Signed-off-by: Stefan Herbrechtsmeier --- Changes in v2: - Add patch meta/lib/oeqa/selftest/cases/wic.py | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git