diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-05-13 11:12:46 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-15 17:53:29 +0100 |
commit | d0d0d3e20f63ea29bcd6234ddefe2f390ddbdad1 (patch) | |
tree | 6b59019da5d22552e4d855bea185c06c3d8d4f76 /meta/recipes-core/ell | |
parent | a98ac2a39b30b3a3e94669616900547b0b87992a (diff) | |
download | poky-d0d0d3e20f63ea29bcd6234ddefe2f390ddbdad1.tar.gz |
oeqa/targetcontrol.py: fix qemuparams not work in runqemu with launch_cmd
As runqemu with launch_cmd means directly run the command, don't need set
rootfs or env vars.
Since commit [a847dd7202 runqemu: Let qemuparams override default settings]
applied in oe-core, if launch_cmd contains "qemuparams='***'", it does not
work, which is overridden by latter qemuparams="-serial tcp:127.0.0.1" in
QemuRunner.launch();
So we set qemuparams as a parameter in runqemu, the fix makes it work
(From OE-Core rev: 4f0a576fd5b9373cff4ca5ac92ec6af29499df89)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ell')
0 files changed, 0 insertions, 0 deletions