diff options
Diffstat (limited to 'documentation/overview-manual/overview-manual-concepts.rst')
-rw-r--r-- | documentation/overview-manual/overview-manual-concepts.rst | 12 |
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 | |||
277 | build environment. Here is a list of a few. To see the default | 277 | build environment. Here is a list of a few. To see the default |
278 | configurations in a ``local.conf`` file created by the build environment | 278 | configurations in a ``local.conf`` file created by the build environment |
279 | script, see the | 279 | script, 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>` |
281 | in the ``meta-poky`` layer: | 281 | in 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 | ||
413 | The following figure shows an expanded representation of these three | 413 | The 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 | |||
981 | files that go into each package in | 981 | files that go into each package in |
982 | :term:`PACKAGES`. If you want | 982 | :term:`PACKAGES`. If you want |
983 | details on how this is accomplished, you can look at | 983 | details 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 | ||
986 | Depending on the type of packages being created (RPM, DEB, or IPK), the | 986 | Depending 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>` |