summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-06 15:52:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-16 23:46:51 +0100
commitb8d329644f6864d61622027bdf6804b4944b6dd1 (patch)
treee44b44603b1631b7631cbb1f4054ead9c13846e0 /documentation
parent59ddd7c38699e0a6bb8c4e15cca2e1285e16fc01 (diff)
downloadpoky-b8d329644f6864d61622027bdf6804b4944b6dd1.tar.gz
ref-manual: Fixed redundancy in MACHINE list for runqemu command
In the "runqemu Command-Line Options" section there is a bulleted list showing options you can provide. The "MACHINE" option lists valid values and listed "qemux86" twice in the list. I removed one of them. (From yocto-docs rev: 7831b60391544e9fca94b1fe299ec4cb57992222) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/usingpoky.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index f0614d5d5b..f894105789 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -1299,9 +1299,8 @@
1299 <listitem><para> 1299 <listitem><para>
1300 <replaceable>MACHINE</replaceable>: 1300 <replaceable>MACHINE</replaceable>:
1301 The architecture of the QEMU machine, which must be one 1301 The architecture of the QEMU machine, which must be one
1302 of the following: "qemux86", 1302 of the following: "qemux86", "qemux86-64", "qemuarm",
1303 "qemux86", "qemux86-64", "qemuarm", "qemuarm64", 1303 "qemuarm64", "qemumips", “qemumips64", or "qemuppc".
1304 "qemumips", “qemumips64", or "qemuppc".
1305 The <replaceable>MACHINE</replaceable> and 1304 The <replaceable>MACHINE</replaceable> and
1306 <replaceable>QEMUARCH</replaceable> options are basically 1305 <replaceable>QEMUARCH</replaceable> options are basically
1307 identical. 1306 identical.