summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst6
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
-rw-r--r--documentation/dev-manual/dev-manual-qemu.rst8
-rw-r--r--documentation/dev-manual/dev-manual-qemu.xml8
4 files changed, 14 insertions, 14 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index d3baa25162..5eb7c51644 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -6111,7 +6111,7 @@ the existing kernel, and then inserts a new kernel:
6111 6111
6112 If you see the following error, you need to update or create a 6112 If you see the following error, you need to update or create a
6113 ~/.mtoolsrc 6113 ~/.mtoolsrc
6114 file and be sure to have the line mtools_skip_check=1 in the 6114 file and be sure to have the line "mtools_skip_check=1" in the
6115 file. Then, run the Wic command again: 6115 file. Then, run the Wic command again:
6116 :: 6116 ::
6117 6117
@@ -7157,7 +7157,7 @@ variable to specify the format:
71572. Select the desired package format as follows: 71572. Select the desired package format as follows:
7158 :: 7158 ::
7159 7159
7160 PACKAGE_CLASSES ?= package_packageformat 7160 PACKAGE_CLASSES ?= "package_packageformat"
7161 7161
7162 where packageformat can be "ipk", "rpm", 7162 where packageformat can be "ipk", "rpm",
7163 "deb", or "tar" which are the supported package formats. 7163 "deb", or "tar" which are the supported package formats.
@@ -10372,7 +10372,7 @@ debugger.
10372 an image recipe: 10372 an image recipe:
10373 :: 10373 ::
10374 10374
10375 IMAGE_INSTALL_append = gdbserver" 10375 IMAGE_INSTALL_append = " gdbserver"
10376 10376
10377 The change makes 10377 The change makes
10378 sure the ``gdbserver`` package is included. 10378 sure the ``gdbserver`` package is included.
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 1f24c73434..247f6abfd4 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8384,7 +8384,7 @@
8384 If you see the following error, you need to 8384 If you see the following error, you need to
8385 update or create a 8385 update or create a
8386 <filename>~/.mtoolsrc</filename> file and 8386 <filename>~/.mtoolsrc</filename> file and
8387 be sure to have the line mtools_skip_check=1 8387 be sure to have the line "mtools_skip_check=1"
8388 in the file. 8388 in the file.
8389 Then, run the Wic command again: 8389 Then, run the Wic command again:
8390 <literallayout class='monospaced'> 8390 <literallayout class='monospaced'>
@@ -9837,7 +9837,7 @@
9837 <listitem><para> 9837 <listitem><para>
9838 Select the desired package format as follows: 9838 Select the desired package format as follows:
9839 <literallayout class='monospaced'> 9839 <literallayout class='monospaced'>
9840 PACKAGE_CLASSES ?= package_<replaceable>packageformat</replaceable> 9840 PACKAGE_CLASSES ?= "package_<replaceable>packageformat</replaceable>"
9841 </literallayout> 9841 </literallayout>
9842 where <replaceable>packageformat</replaceable> 9842 where <replaceable>packageformat</replaceable>
9843 can be "ipk", "rpm", "deb", or "tar" which are the 9843 can be "ipk", "rpm", "deb", or "tar" which are the
@@ -14193,7 +14193,7 @@
14193 <filename>local.conf</filename> file or in an image 14193 <filename>local.conf</filename> file or in an image
14194 recipe: 14194 recipe:
14195 <literallayout class='monospaced'> 14195 <literallayout class='monospaced'>
14196 IMAGE_INSTALL_append = gdbserver" 14196 IMAGE_INSTALL_append = " gdbserver"
14197 </literallayout> 14197 </literallayout>
14198 The change makes sure the <filename>gdbserver</filename> 14198 The change makes sure the <filename>gdbserver</filename>
14199 package is included. 14199 package is included.
diff --git a/documentation/dev-manual/dev-manual-qemu.rst b/documentation/dev-manual/dev-manual-qemu.rst
index 82c214b9bb..88b03745f4 100644
--- a/documentation/dev-manual/dev-manual-qemu.rst
+++ b/documentation/dev-manual/dev-manual-qemu.rst
@@ -74,7 +74,7 @@ available. Follow these general steps to run QEMU:
74 74
753. *Ensure the Artifacts are in Place:* You need to be sure you have a 753. *Ensure the Artifacts are in Place:* You need to be sure you have a
76 pre-built kernel that will boot in QEMU. You also need the target 76 pre-built kernel that will boot in QEMU. You also need the target
77 root filesystem for your target machines architecture: 77 root filesystem for your target machine's architecture:
78 78
79 - If you have previously built an image for QEMU (e.g. ``qemux86``, 79 - If you have previously built an image for QEMU (e.g. ``qemux86``,
80 ``qemuarm``, and so forth), then the artifacts are in place in 80 ``qemuarm``, and so forth), then the artifacts are in place in
@@ -396,7 +396,7 @@ command line:
396 396
397- ROOTFS: A root filesystem that has one of the following filetype 397- ROOTFS: A root filesystem that has one of the following filetype
398 extensions: "ext2", "ext3", "ext4", "jffs2", "nfs", or "btrfs". If 398 extensions: "ext2", "ext3", "ext4", "jffs2", "nfs", or "btrfs". If
399 the filename you provide for this option uses nfs, it must provide 399 the filename you provide for this option uses "nfs", it must provide
400 an explicit root filesystem path. 400 an explicit root filesystem path.
401 401
402- KERNEL: A kernel image, which is a ``.bin`` file. When you provide a 402- KERNEL: A kernel image, which is a ``.bin`` file. When you provide a
@@ -405,7 +405,7 @@ command line:
405 405
406- MACHINE: The architecture of the QEMU machine, which must be one of 406- MACHINE: The architecture of the QEMU machine, which must be one of
407 the following: "qemux86", "qemux86-64", "qemuarm", "qemuarm64", 407 the following: "qemux86", "qemux86-64", "qemuarm", "qemuarm64",
408 "qemumips", qemumips64", or "qemuppc". The MACHINE and QEMUARCH 408 "qemumips", "qemumips64", or "qemuppc". The MACHINE and QEMUARCH
409 options are basically identical. If you do not provide a MACHINE 409 options are basically identical. If you do not provide a MACHINE
410 option, ``runqemu`` tries to determine it based on other options. 410 option, ``runqemu`` tries to determine it based on other options.
411 411
@@ -465,6 +465,6 @@ command line:
465 ``/dev/vhost-net``. 465 ``/dev/vhost-net``.
466 466
467 - The build host ``/dev/vhost-net`` directory has to be either 467 - The build host ``/dev/vhost-net`` directory has to be either
468 readable or writable and slirp-enabled. 468 readable or writable and "slirp-enabled".
469 469
470- ``publicvnc``: Enables a VNC server open to all hosts. 470- ``publicvnc``: Enables a VNC server open to all hosts.
diff --git a/documentation/dev-manual/dev-manual-qemu.xml b/documentation/dev-manual/dev-manual-qemu.xml
index 46fe67bab0..1a526dd2f5 100644
--- a/documentation/dev-manual/dev-manual-qemu.xml
+++ b/documentation/dev-manual/dev-manual-qemu.xml
@@ -106,7 +106,7 @@
106 You need to be sure you have a pre-built kernel that 106 You need to be sure you have a pre-built kernel that
107 will boot in QEMU. 107 will boot in QEMU.
108 You also need the target root filesystem for your target 108 You also need the target root filesystem for your target
109 machines architecture: 109 machine's architecture:
110 <itemizedlist> 110 <itemizedlist>
111 <listitem><para> 111 <listitem><para>
112 If you have previously built an image for QEMU 112 If you have previously built an image for QEMU
@@ -553,7 +553,7 @@
553 A root filesystem that has one of the following 553 A root filesystem that has one of the following
554 filetype extensions: "ext2", "ext3", "ext4", "jffs2", 554 filetype extensions: "ext2", "ext3", "ext4", "jffs2",
555 "nfs", or "btrfs". 555 "nfs", or "btrfs".
556 If the filename you provide for this option uses nfs, it 556 If the filename you provide for this option uses "nfs", it
557 must provide an explicit root filesystem path. 557 must provide an explicit root filesystem path.
558 </para></listitem> 558 </para></listitem>
559 <listitem><para> 559 <listitem><para>
@@ -567,7 +567,7 @@
567 <replaceable>MACHINE</replaceable>: 567 <replaceable>MACHINE</replaceable>:
568 The architecture of the QEMU machine, which must be one 568 The architecture of the QEMU machine, which must be one
569 of the following: "qemux86", "qemux86-64", "qemuarm", 569 of the following: "qemux86", "qemux86-64", "qemuarm",
570 "qemuarm64", "qemumips", qemumips64", or "qemuppc". 570 "qemuarm64", "qemumips", "qemumips64", or "qemuppc".
571 The <replaceable>MACHINE</replaceable> and 571 The <replaceable>MACHINE</replaceable> and
572 <replaceable>QEMUARCH</replaceable> options are basically 572 <replaceable>QEMUARCH</replaceable> options are basically
573 identical. 573 identical.
@@ -674,7 +674,7 @@ qemux86" or "qemux86-64".
674 <listitem><para> 674 <listitem><para>
675 The build host <filename>/dev/vhost-net</filename> 675 The build host <filename>/dev/vhost-net</filename>
676 directory has to be either readable or writable 676 directory has to be either readable or writable
677 and slirp-enabled. 677 and "slirp-enabled".
678 </para></listitem> 678 </para></listitem>
679 </itemizedlist> 679 </itemizedlist>
680 </para></listitem> 680 </para></listitem>