diff options
author | Ross Burton <ross.burton@arm.com> | 2025-03-11 12:30:25 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-24 17:32:34 +0000 |
commit | f1021dafb7e251e8df24b47544d9f6b3ea80d50e (patch) | |
tree | 1c71f82f1c7ed71c82367403cf67d7b4e0292ebc | |
parent | 87cccf1bb814f176219428030ba89f3968c0a98c (diff) | |
download | poky-f1021dafb7e251e8df24b47544d9f6b3ea80d50e.tar.gz |
dev-manual: remove qemu machine name list in runqemu invocation
This list of "valid" qemu machine names is obsolete and incorrect, so
just remove it as it serves no real purpose.
(From yocto-docs rev: ee8839480fe574598b4d52a8fd6c11bb301ad3d9)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/qemu.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/documentation/dev-manual/qemu.rst b/documentation/dev-manual/qemu.rst index 9014d75f4d..030bd55143 100644 --- a/documentation/dev-manual/qemu.rst +++ b/documentation/dev-manual/qemu.rst | |||
@@ -367,9 +367,6 @@ command line: | |||
367 | 367 | ||
368 | - `VM`: The virtual machine image, which must be a ``.wic.vmdk`` | 368 | - `VM`: The virtual machine image, which must be a ``.wic.vmdk`` |
369 | file. Use this option when you want to boot a ``.wic.vmdk`` image. | 369 | file. Use this option when you want to boot a ``.wic.vmdk`` image. |
370 | The image filename you provide must contain one of the following | ||
371 | strings: "qemux86-64", "qemux86", "qemuarm", "qemumips64", | ||
372 | "qemumips", "qemuppc", or "qemush4". | ||
373 | 370 | ||
374 | - `ROOTFS`: A root filesystem that has one of the following filetype | 371 | - `ROOTFS`: A root filesystem that has one of the following filetype |
375 | extensions: "ext2", "ext3", "ext4", "jffs2", "nfs", or "btrfs". If | 372 | extensions: "ext2", "ext3", "ext4", "jffs2", "nfs", or "btrfs". If |