summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-concepts.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-30 11:00:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:34 +0100
commit283ed72d487ed78d4f8e0fcc17f635d6c212b7c6 (patch)
treeee9bc44a1a2789a729632f4c0c436257fa477b8e /documentation/overview-manual/overview-manual-concepts.rst
parent26c5622bb5551e1ad61db1c20890579dfb6b87c2 (diff)
downloadpoky-283ed72d487ed78d4f8e0fcc17f635d6c212b7c6.tar.gz
sphinx: add links for Yocto project website
In DocBook, variables are used to create custom links (note that it is not consistent everywhere, since some web addresses are still hardcoded), such as YOCTO_HOME_URL, YOCTO_GIT_URL, YOCTO_WIKI_URL, YOCTO_BUGS_URL and YOCTO_DL_URL.. In Sphinx they are replaced with extlinks. (From yocto-docs rev: d25f3095a9d29a3355581d0743f27b2a423ad580) 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-concepts.rst')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst
index 9764b25b6d..978c2b0b6f 100644
--- a/documentation/overview-manual/overview-manual-concepts.rst
+++ b/documentation/overview-manual/overview-manual-concepts.rst
@@ -277,7 +277,7 @@ The ``local.conf`` file provides many basic variables that define a
277build environment. Here is a list of a few. To see the default 277build environment. Here is a list of a few. To see the default
278configurations in a ``local.conf`` file created by the build environment 278configurations in a ``local.conf`` file created by the build environment
279script, see the 279script, see the
280```local.conf.sample`` <&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-poky/conf/local.conf.sample>`__ 280:yocto_git:`local.conf.sample </cgit/cgit.cgi/poky/tree/meta-poky/conf/local.conf.sample>`
281in the ``meta-poky`` layer: 281in the ``meta-poky`` layer:
282 282
283- *Target Machine Selection:* Controlled by the 283- *Target Machine Selection:* Controlled by the
@@ -397,17 +397,17 @@ figure <#general-workflow-figure>`__:
397 configurations. This type of information is specific to a particular 397 configurations. This type of information is specific to a particular
398 target architecture. A good example of a BSP layer from the `Poky 398 target architecture. A good example of a BSP layer from the `Poky
399 Reference Distribution <#gs-reference-distribution-poky>`__ is the 399 Reference Distribution <#gs-reference-distribution-poky>`__ is the
400 ```meta-yocto-bsp`` <&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-yocto-bsp>`__ 400 :yocto_git:`meta-yocto-bsp </cgit/cgit.cgi/poky/tree/meta-yocto-bsp>`
401 layer. 401 layer.
402 402
403- *Policy Configuration:* Distribution Layers (i.e. "Distro Layer" in 403- *Policy Configuration:* Distribution Layers (i.e. "Distro Layer" in
404 the following figure) providing top-level or general policies for the 404 the following figure) providing top-level or general policies for the
405 images or SDKs being built for a particular distribution. For 405 images or SDKs being built for a particular distribution. For
406 example, in the Poky Reference Distribution the distro layer is the 406 example, in the Poky Reference Distribution the distro layer is the
407 ```meta-poky`` <&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-poky>`__ 407 :yocto_git:`meta-poky </cgit/cgit.cgi/poky/tree/meta-poky>`
408 layer. Within the distro layer is a ``conf/distro`` directory that 408 layer. Within the distro layer is a ``conf/distro`` directory that
409 contains distro configuration files (e.g. 409 contains distro configuration files (e.g.
410 ```poky.conf`` <&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta-poky/conf/distro/poky.conf>`__ 410 :yocto_git:`poky.conf </cgit/cgit.cgi/poky/tree/meta-poky/conf/distro/poky.conf>`
411 that contain many policy configurations for the Poky distribution. 411 that contain many policy configurations for the Poky distribution.
412 412
413The following figure shows an expanded representation of these three 413The following figure shows an expanded representation of these three
@@ -901,7 +901,7 @@ This step in the build process consists of the following tasks:
901 variables. For information on how this variable works within that 901 variables. For information on how this variable works within that
902 class, see the 902 class, see the
903 :ref:`autotools <ref-classes-autotools>` class 903 :ref:`autotools <ref-classes-autotools>` class
904 `here <&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta/classes/autotools.bbclass>`__. 904 :yocto_git:`here </cgit/cgit.cgi/poky/tree/meta/classes/autotools.bbclass>`.
905 905
906- *``do_compile``*: Once a configuration task has been satisfied, 906- *``do_compile``*: Once a configuration task has been satisfied,
907 BitBake compiles the source using the 907 BitBake compiles the source using the
@@ -981,7 +981,7 @@ The :term:`FILES` variable defines the
981files that go into each package in 981files that go into each package in
982:term:`PACKAGES`. If you want 982:term:`PACKAGES`. If you want
983details on how this is accomplished, you can look at 983details on how this is accomplished, you can look at
984```package.bbclass`` <&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/tree/meta/classes/package.bbclass>`__. 984:yocto_git:`package.bbclass </cgit/cgit.cgi/poky/tree/meta/classes/package.bbclass>`.
985 985
986Depending on the type of packages being created (RPM, DEB, or IPK), the 986Depending on the type of packages being created (RPM, DEB, or IPK), the
987:ref:`do_package_write_* <ref-tasks-package_write_deb>` 987:ref:`do_package_write_* <ref-tasks-package_write_deb>`