]> code.ossystems Code Review - openembedded-core.git/commit
targetcontrol.py: use oe.types.boolean for QEMU_USE_KVM
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 13 Nov 2017 18:19:22 +0000 (02:19 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Dec 2017 18:00:22 +0000 (18:00 +0000)
commitf28890ae2eb8a9cb2da39588e696a4b0c501bdf0
tree47a82261b4470f7fde6aef735fde3a7eb41c5e0d
parent79f36e7d329a8aa2ed1b1d69878203ced96bc6ca
targetcontrol.py: use oe.types.boolean for QEMU_USE_KVM

So that both QEMU_USE_KVM = "True" and "1" will work.

[YOCTO #12343]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/testimage.bbclass
meta/lib/oeqa/targetcontrol.py