summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/manual
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-01-04 15:15:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-08 11:16:44 +0000
commit274b941b8b27cb79cdd1bb5ed68ad04d301762c5 (patch)
treec438d5bb90bd7a6bd7b3e741559cd01640bcf3b2 /meta/lib/oeqa/manual
parentdda8084d7a801c28a26e05507736861462dca508 (diff)
downloadpoky-274b941b8b27cb79cdd1bb5ed68ad04d301762c5.tar.gz
oeqa/manual/bsp-qemu.json: Update for QEMU_USE_KVM
Now QEMU_USE_KVM can only be boolean, can not contain MACHINE any more. (From OE-Core rev: 37e5035a2ba27595eeef22062580a5b04a73ba15) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/manual')
-rw-r--r--meta/lib/oeqa/manual/bsp-qemu.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/lib/oeqa/manual/bsp-qemu.json b/meta/lib/oeqa/manual/bsp-qemu.json
index 1260af4b4c..cf51b6ab1c 100644
--- a/meta/lib/oeqa/manual/bsp-qemu.json
+++ b/meta/lib/oeqa/manual/bsp-qemu.json
@@ -10,7 +10,7 @@
10 ], 10 ],
11 "execution": { 11 "execution": {
12 "1": { 12 "1": {
13 "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 ", 13 "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 ",
14 "expected_results": "" 14 "expected_results": ""
15 }, 15 },
16 "2": { 16 "2": {
@@ -219,4 +219,4 @@
219 "summary": "check_bash_in_image" 219 "summary": "check_bash_in_image"
220 } 220 }
221 } 221 }
222] \ No newline at end of file 222]