diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-12-03 22:38:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:21:27 +0000 |
commit | b70318797c598db4cfda28226ac4c535235c9d1b (patch) | |
tree | 4f9c7f2cebb12356270779fbeb6b2f44f68622f0 /documentation/bsp-guide | |
parent | 79fecb25e15178ad1a0f56233a2d514340c14ab5 (diff) | |
download | poky-b70318797c598db4cfda28226ac4c535235c9d1b.tar.gz |
ref-manual: remove 'ref' from filenames
All filenames duplicate the 'manual name', which is not needed, and
make all references longer than they should. Rename all files to be as
consise as possible, and fix all references
(From yocto-docs rev: bb7e4783f45a5f67e6e4b39968f3512f43738833)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 48bff35fa3..068ab6c804 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -81,7 +81,7 @@ directory of that Layer. This directory is what you add to the | |||
81 | ``conf/bblayers.conf`` file found in your | 81 | ``conf/bblayers.conf`` file found in your |
82 | :term:`Build Directory`, which is | 82 | :term:`Build Directory`, which is |
83 | established after you run the OpenEmbedded build environment setup | 83 | established after you run the OpenEmbedded build environment setup |
84 | script (i.e. :ref:`ref-manual/ref-structure:\`\`oe-init-build-env\`\``). | 84 | script (i.e. :ref:`ref-manual/structure:\`\`oe-init-build-env\`\``). |
85 | Adding the root directory allows the :term:`OpenEmbedded Build System` | 85 | Adding the root directory allows the :term:`OpenEmbedded Build System` |
86 | to recognize the BSP | 86 | to recognize the BSP |
87 | layer and from it build an image. Here is an example: :: | 87 | layer and from it build an image. Here is an example: :: |
@@ -229,7 +229,7 @@ section. | |||
229 | 229 | ||
230 | #. *Initialize the Build Environment:* While in the root directory of | 230 | #. *Initialize the Build Environment:* While in the root directory of |
231 | the Source Directory (i.e. ``poky``), run the | 231 | the Source Directory (i.e. ``poky``), run the |
232 | :ref:`ref-manual/ref-structure:\`\`oe-init-build-env\`\`` environment | 232 | :ref:`ref-manual/structure:\`\`oe-init-build-env\`\`` environment |
233 | setup script to define the OpenEmbedded build environment on your | 233 | setup script to define the OpenEmbedded build environment on your |
234 | build host. :: | 234 | build host. :: |
235 | 235 | ||
@@ -826,7 +826,7 @@ workflow. | |||
826 | 826 | ||
827 | The build process supports several types of images to satisfy | 827 | The build process supports several types of images to satisfy |
828 | different needs. See the | 828 | different needs. See the |
829 | ":ref:`ref-manual/ref-images:Images`" chapter in the Yocto | 829 | ":ref:`ref-manual/images:Images`" chapter in the Yocto |
830 | Project Reference Manual for information on supported images. | 830 | Project Reference Manual for information on supported images. |
831 | 831 | ||
832 | Requirements and Recommendations for Released BSPs | 832 | Requirements and Recommendations for Released BSPs |
@@ -1305,7 +1305,7 @@ the example reference machine configuration file for the BeagleBone | |||
1305 | development boards. Realize that much more can be defined as part of a | 1305 | development boards. Realize that much more can be defined as part of a |
1306 | machine's configuration file. In general, you can learn about related | 1306 | machine's configuration file. In general, you can learn about related |
1307 | variables that this example does not have by locating the variables in | 1307 | variables that this example does not have by locating the variables in |
1308 | the ":ref:`ref-manual/ref-variables:variables glossary`" in the Yocto | 1308 | the ":ref:`ref-manual/variables:variables glossary`" in the Yocto |
1309 | Project Reference Manual. | 1309 | Project Reference Manual. |
1310 | 1310 | ||
1311 | - :term:`PREFERRED_PROVIDER_virtual/xserver <PREFERRED_PROVIDER>`: | 1311 | - :term:`PREFERRED_PROVIDER_virtual/xserver <PREFERRED_PROVIDER>`: |
@@ -1360,7 +1360,7 @@ Project Reference Manual. | |||
1360 | `JFFS2 <https://en.wikipedia.org/wiki/JFFS2>`__ image. | 1360 | `JFFS2 <https://en.wikipedia.org/wiki/JFFS2>`__ image. |
1361 | 1361 | ||
1362 | - :term:`WKS_FILE`: The location of | 1362 | - :term:`WKS_FILE`: The location of |
1363 | the :ref:`Wic kickstart <ref-manual/ref-kickstart:openembedded kickstart (\`\`.wks\`\`) reference>` file used | 1363 | the :ref:`Wic kickstart <ref-manual/kickstart:openembedded kickstart (\`\`.wks\`\`) reference>` file used |
1364 | by the OpenEmbedded build system to create a partitioned image | 1364 | by the OpenEmbedded build system to create a partitioned image |
1365 | (image.wic). | 1365 | (image.wic). |
1366 | 1366 | ||