From: Robert Yang Date: Fri, 4 Jan 2019 07:15:44 +0000 (+0800) Subject: oeqa/manual/bsp-qemu.json: Update for QEMU_USE_KVM X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15724 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37e5035a2ba27595eeef22062580a5b04a73ba15;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/manual/bsp-qemu.json: Update for QEMU_USE_KVM Now QEMU_USE_KVM can only be boolean, can not contain MACHINE any more. Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json index 1260af4b4cb..cf51b6ab1cf 100644 --- a/meta/lib/oeqa/manual/bsp-qemu.json +++ b/meta/lib/oeqa/manual/bsp-qemu.json @@ -10,7 +10,7 @@ ], "execution": { "1": { - "action": "Build a kernel with KVM enabled \n\nIn Local.conf add \n\nQEMU_USE_KVM = \"${@ 'intel-corei7-64 intel-core2-32 qemux86 qemux86-64' if os.access('/dev/kvm', os.R_OK|os.W_OK) else '' }\" \n\n ", + "action": "Build a kernel with KVM enabled \n\nIn Local.conf add \n\nQEMU_USE_KVM = \"${@ '1' if os.access('/dev/kvm', os.R_OK|os.W_OK) else '0' }\" \n\n ", "expected_results": "" }, "2": { @@ -219,4 +219,4 @@ "summary": "check_bash_in_image" } } -] \ No newline at end of file +]