Re: [yocto] [meta-zephyr][PATCH] qemuzephyrrunner: allow to pass QB_GRAPHICS to qemu cmdline

2022-09-29 Thread Jon Mason
On Wed, Sep 28, 2022 at 12:14:20PM +0800, Naveen Saini wrote: > Signed-off-by: Naveen Saini I wasn't seeing this issue. So, my "testing" isn't very valid for it, but it did work for me :) Verified in a batch CI job. See https://gitlab.com/jonmason00/meta-zephyr/-/pipelines/654231304

[yocto] [meta-zephyr][PATCH] qemuzephyrrunner: allow to pass QB_GRAPHICS to qemu cmdline

2022-09-27 Thread Naveen Saini
Signed-off-by: Naveen Saini --- meta-zephyr-core/lib/oeqa/utils/qemuzephyrrunner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-zephyr-core/lib/oeqa/utils/qemuzephyrrunner.py b/meta-zephyr-core/lib/oeqa/utils/qemuzephyrrunner.py index 7b486ce..c0a9e0f 100644 ---