diff options
| author | Emmanuel Roullit <emmanuel.roullit@gmail.com> | 2018-09-05 21:49:58 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-25 22:27:45 +0000 |
| commit | 185f6a7fd8361a74f375c83daec0cb4037e3dd73 (patch) | |
| tree | eb885715eb9edc5d72d62fd96e8b287331bc321f /scripts/lib/devtool/upgrade.py | |
| parent | fa5ebe62e22842709567123e31987824f0a6db29 (diff) | |
| download | poky-185f6a7fd8361a74f375c83daec0cb4037e3dd73.tar.gz | |
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.
(From OE-Core rev: a22789253aa653dc50fb159b40910248c2f98dd4)
(From OE-Core rev: 3383b1f9bb4aedfb88e888e88fe316e3f361c7bf)
Signed-off-by: Emmanuel Roullit <emmanuel.roullit@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/upgrade.py')
0 files changed, 0 insertions, 0 deletions
