From 458d0e720ece5d3f723ed3bb5e0ac1bb8a1178c1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 17 Oct 2017 15:45:03 -0700 Subject: dev-manual: Updated run QEMU basic syntax step In Step 4 of the "Running QEMU" section, the file suffix "*.vmdk" is mentioned. "vmdk" has essentially become "wic.vmdk" now. I updated the example. (From yocto-docs rev: 5e17ccabfe8eb9d3b4316ceb41df17eddc7b0065) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-qemu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/dev-manual') diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml index 89589291fd..2b02a1ea58 100644 --- a/documentation/dev-manual/dev-manual-qemu.xml +++ b/documentation/dev-manual/dev-manual-qemu.xml @@ -104,7 +104,7 @@ look for an image. Minimally, through the use of options, you must provide either a machine name, a virtual machine image - (*.vmdk), or a kernel image + (*wic.vmdk), or a kernel image (*.bin). Here are some additional examples to help illustrate -- cgit v1.2.3-54-g00ecf