]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Let qemuparams override default settings
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 15 Feb 2019 08:14:51 +0000 (16:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Feb 2019 22:25:07 +0000 (22:25 +0000)
commit81ab6332bee0426201626cc8a0339ce3e6b81d6f
tree54e39be9792b3f96ffd7368910557705ae50569b
parent6e2bf8691ffd6004cb40e71a2d1d002b5ed5808f
runqemu: Let qemuparams override default settings

Fixed:
In meta/conf/machine/include/qemuboot-x86.inc:
QB_CPU_x86-64 = "-cpu core2duo"

$ runqemu qemux86-64 qemuparams="-cpu coreduo"
Check /proc/cpuinfo, it should use coreduo rather than core2duo since user
specifies it, but it doesn't, append qemuparams to the last can fix the
problem.

[YOCTO #11773]

(From OE-Core rev: a847dd7202a2c493788c45d11eb86866264af7a4)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/runqemu