diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-11-27 10:53:53 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-29 23:07:13 +0000 |
commit | fd5b5c6355cd5bb0fb82d09be5bfa0d8170e1fc3 (patch) | |
tree | 2d3bcad680e0b48e3d07a09c7f04bf146ca75a6f /meta/classes/testsdk.bbclass | |
parent | f2404c50025ce118b4e2027d974a6b4615a7fd45 (diff) | |
download | poky-fd5b5c6355cd5bb0fb82d09be5bfa0d8170e1fc3.tar.gz |
testimage.bbclass: request the use of kvm by default
In almost all cases there is no need to explicitly ask for it via local.conf
or similar custom config:
it is enabled in qemu_use_kvm() if target_arch == build_arch or both of them are x86 archs,
and QEMU_USE_KVM is set.
If that heuristic doesn't work, QEMU_USE_KVM = "" will do the disabling.
(From OE-Core rev: c2a2d475a976225e3a4eb687af6d2a62dca1d2bf)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/testsdk.bbclass')
0 files changed, 0 insertions, 0 deletions