Re: [yocto] [meta-zephyr][PATCH] qemuzephyrrunner.py: use existing qemu conf file

2021-05-20 Thread Naveen Saini
Hi Jon, > -Original Message- > From: yocto@lists.yoctoproject.org On > Behalf Of Jon Mason > Sent: Tuesday, May 18, 2021 11:10 PM > To: yocto@lists.yoctoproject.org > Subject: [yocto] [meta-zephyr][PATCH] qemuzephyrrunner.py: use existing > qemu conf file > &

[yocto] [meta-zephyr][PATCH] qemuzephyrrunner.py: use existing qemu conf file

2021-05-18 Thread Jon Mason
Read the generated QEMU conf file, instead of using hard coded values. This allows for machines not conforming to the hard coded values to work with testimage. Signed-off-by: Jon Mason --- conf/machine/qemu-x86.conf | 1 + lib/oeqa/utils/qemuzephyrrunner.py | 89