summaryrefslogtreecommitdiff
path: root/scripts/lib/devtool/runqemu.py
diff options
context:
space:
mode:
authorEmmanuel Roullit <emmanuel.roullit@gmail.com>2018-09-05 21:49:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-11 12:09:11 +0100
commita22789253aa653dc50fb159b40910248c2f98dd4 (patch)
treed0a591a89920feb908c6f6f90846f05614628428 /scripts/lib/devtool/runqemu.py
parentb7f3f7ecfdf26129c5df2d3ee14e73c4633ea5a3 (diff)
downloadopenembedded-core-a22789253aa653dc50fb159b40910248c2f98dd4.tar.gz
openembedded-core-a22789253aa653dc50fb159b40910248c2f98dd4.tar.bz2
openembedded-core-a22789253aa653dc50fb159b40910248c2f98dd4.zip
testimage.bbclass: fix qemu_use_kvm handling
QEMU_USE_KVM can either be a boolean or a whitespace separated list of kvm supported machines. For the 'intel-corei7-64' machine, defined in meta-intel, kvm could not be used as the 'x86' substring is not part of its machine name. By changing the order of this 'or' statement and setting the 'QEMU_USE_KVM' variable to 'intel-corei7-64', it is possible to run the 'testimage' task with kvm support successfully. Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/runqemu.py')
0 files changed, 0 insertions, 0 deletions