summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-yp-intro.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-27 17:38:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:33 +0100
commit424567d629b08785a6594d16427ee0fa8c31f384 (patch)
tree4985979745b1c5601f7a82c662042fb745bfd7db /documentation/overview-manual/overview-manual-yp-intro.rst
parent4bf6fc5281d1976ad7113c91a93995406cfab429 (diff)
downloadpoky-424567d629b08785a6594d16427ee0fa8c31f384.tar.gz
sphinx: manual updates for some links
Some links were not found by the regexp, especially because of they are spanning across multiple lines. This patch is a manual fixup for these patterns. (From yocto-docs rev: 7a5cf8b372903d959d4a1f0882e6198f31f3cba5) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual-yp-intro.rst')
-rw-r--r--documentation/overview-manual/overview-manual-yp-intro.rst27
1 files changed, 13 insertions, 14 deletions
diff --git a/documentation/overview-manual/overview-manual-yp-intro.rst b/documentation/overview-manual/overview-manual-yp-intro.rst
index b27412cb25..3f98fa939c 100644
--- a/documentation/overview-manual/overview-manual-yp-intro.rst
+++ b/documentation/overview-manual/overview-manual-yp-intro.rst
@@ -180,8 +180,8 @@ developing using the Yocto Project:
180 changes on the development system within the BitBake environment and 180 changes on the development system within the BitBake environment and
181 then deploying only the updated packages to the target. 181 then deploying only the updated packages to the target.
182 182
183 The Yocto Project `OpenEmbedded build 183 The Yocto Project :term:`OpenEmbedded Build System`
184 system <&YOCTO_DOCS_REF_URL;#build-system-term>`__ produces packages 184 produces packages
185 in standard formats (i.e. RPM, DEB, IPK, and TAR). You can deploy 185 in standard formats (i.e. RPM, DEB, IPK, and TAR). You can deploy
186 these packages into the running system on the target by using 186 these packages into the running system on the target by using
187 utilities on the target such as ``rpm`` or ``ipk``. 187 utilities on the target such as ``rpm`` or ``ipk``.
@@ -202,8 +202,8 @@ The Yocto Project's "Layer Model" is a development model for embedded
202and IoT Linux creation that distinguishes the Yocto Project from other 202and IoT Linux creation that distinguishes the Yocto Project from other
203simple build systems. The Layer Model simultaneously supports 203simple build systems. The Layer Model simultaneously supports
204collaboration and customization. Layers are repositories that contain 204collaboration and customization. Layers are repositories that contain
205related sets of instructions that tell the `OpenEmbedded build 205related sets of instructions that tell the :term:`OpenEmbedded Build System`
206system <&YOCTO_DOCS_REF_URL;#build-system-term>`__ what to do. You can 206what to do. You can
207collaborate, share, and reuse layers. 207collaborate, share, and reuse layers.
208 208
209Layers can contain changes to previous instructions or settings at any 209Layers can contain changes to previous instructions or settings at any
@@ -292,8 +292,8 @@ The Yocto Project employs a collection of components and tools used by
292the project itself, by project developers, and by those using the Yocto 292the project itself, by project developers, and by those using the Yocto
293Project. These components and tools are open source projects and 293Project. These components and tools are open source projects and
294metadata that are separate from the reference distribution 294metadata that are separate from the reference distribution
295(`Poky <&YOCTO_DOCS_REF_URL;#poky>`__) and the `OpenEmbedded build 295(`Poky <&YOCTO_DOCS_REF_URL;#poky>`__) and the
296system <&YOCTO_DOCS_REF_URL;#build-system-term>`__. Most of the 296:term:`OpenEmbedded Build System`. Most of the
297components and tools are downloaded separately. 297components and tools are downloaded separately.
298 298
299This section provides brief overviews of the components and tools 299This section provides brief overviews of the components and tools
@@ -367,8 +367,8 @@ The following list consists of tools that help production related
367activities using the Yocto Project: 367activities using the Yocto Project:
368 368
369- *Auto Upgrade Helper:* This utility when used in conjunction with the 369- *Auto Upgrade Helper:* This utility when used in conjunction with the
370 `OpenEmbedded build 370 :term:`OpenEmbedded Build System`
371 system <&YOCTO_DOCS_REF_URL;#build-system-term>`__ (BitBake and 371 (BitBake and
372 OE-Core) automatically generates upgrades for recipes that are based 372 OE-Core) automatically generates upgrades for recipes that are based
373 on new versions of the recipes published upstream. 373 on new versions of the recipes published upstream.
374 374
@@ -668,8 +668,8 @@ Project.
668 668
669- *Toaster:* Regardless of what your Build Host is running, you can use 669- *Toaster:* Regardless of what your Build Host is running, you can use
670 Toaster to develop software using the Yocto Project. Toaster is a web 670 Toaster to develop software using the Yocto Project. Toaster is a web
671 interface to the Yocto Project's `Open-Embedded build 671 interface to the Yocto Project's :term:`OpenEmbedded Build System`.
672 system <&YOCTO_DOCS_REF_URL;#build-system-term>`__. The interface 672 The interface
673 enables you to configure and run your builds. Information about 673 enables you to configure and run your builds. Information about
674 builds is collected and stored in a database. You can use Toaster to 674 builds is collected and stored in a database. You can use Toaster to
675 configure and start builds on multiple remote build servers. 675 configure and start builds on multiple remote build servers.
@@ -789,8 +789,7 @@ section in the BitBake User's Manual.
789The OpenEmbedded Build System Workflow 789The OpenEmbedded Build System Workflow
790====================================== 790======================================
791 791
792The `OpenEmbedded build 792The :term:`OpenEmbedded Build System` uses a "workflow" to
793system <&YOCTO_DOCS_REF_URL;#build-system-term>`__ uses a "workflow" to
794accomplish image and SDK generation. The following figure overviews that 793accomplish image and SDK generation. The following figure overviews that
795workflow: 794workflow:
796 795
@@ -836,8 +835,8 @@ helpful for getting started:
836 835
837- *Configuration Files:* Files that hold global definitions of 836- *Configuration Files:* Files that hold global definitions of
838 variables, user-defined variables, and hardware configuration 837 variables, user-defined variables, and hardware configuration
839 information. These files tell the `Open-Embedded build 838 information. These files tell the :term:`OpenEmbedded Build System`
840 system <&YOCTO_DOCS_REF_URL;#build-system-term>`__ what to build and 839 what to build and
841 what to put into the image to support a particular platform. 840 what to put into the image to support a particular platform.
842 841
843- *Extensible Software Development Kit (eSDK):* A custom SDK for 842- *Extensible Software Development Kit (eSDK):* A custom SDK for