diff options
| author | Quentin Schulz <foss@0leil.net> | 2020-09-17 01:58:59 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:36 +0100 |
| commit | c387f0c2543a9dd7f8eca069629ede4bb5ec5dba (patch) | |
| tree | d0a7fccf9b84915862b1174ae75cd0437a60bb2d /documentation/dev-manual | |
| parent | 6813141743f4263e6b03fd7294f9cec4ec1a3194 (diff) | |
| download | poky-c387f0c2543a9dd7f8eca069629ede4bb5ec5dba.tar.gz | |
sphinx: replace special quotes with single and double quotes
(From yocto-docs rev: 0aeb7a94abcef3cb3850c753dd0a243f381e6675)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
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: | |||
| 7157 | 2. Select the desired package format as follows: | 7157 | 2. 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 | ||
| 75 | 3. *Ensure the Artifacts are in Place:* You need to be sure you have a | 75 | 3. *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 machine’s 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 | machine’s 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> |
