diff options
Diffstat (limited to 'meta/lib/oeqa/manual')
-rw-r--r-- | meta/lib/oeqa/manual/bsp-qemu.json | 4 |
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 | ] |