summaryrefslogtreecommitdiffstats
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-04-25 15:01:18 +0100
commitfebbb0f2c9b554a7bcdccaa5d99715af6fa5cabb (patch)
treead752cef88e435101f6874697bad52fad2b47c0c
parent004b3a6193ef19fc20ce6d778ec18fc9423034a6 (diff)
downloadpoky-febbb0f2c9b554a7bcdccaa5d99715af6fa5cabb.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: cd3c467b9419238494e8c525e86be0cf85321c4e) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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]