diff options
Diffstat (limited to 'documentation/overview-manual/overview-manual-concepts.rst')
| -rw-r--r-- | documentation/overview-manual/overview-manual-concepts.rst | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst index 353a2f99ff..1b522910d2 100644 --- a/documentation/overview-manual/overview-manual-concepts.rst +++ b/documentation/overview-manual/overview-manual-concepts.rst | |||
| @@ -273,7 +273,7 @@ The ``local.conf`` file provides many basic variables that define a | |||
| 273 | build environment. Here is a list of a few. To see the default | 273 | build environment. Here is a list of a few. To see the default |
| 274 | configurations in a ``local.conf`` file created by the build environment | 274 | configurations in a ``local.conf`` file created by the build environment |
| 275 | script, see the | 275 | script, see the |
| 276 | :yocto_git:`local.conf.sample </cgit/cgit.cgi/poky/tree/meta-poky/conf/local.conf.sample>` | 276 | :yocto_git:`local.conf.sample </poky/tree/meta-poky/conf/local.conf.sample>` |
| 277 | in the ``meta-poky`` layer: | 277 | in the ``meta-poky`` layer: |
| 278 | 278 | ||
| 279 | - *Target Machine Selection:* Controlled by the | 279 | - *Target Machine Selection:* Controlled by the |
| @@ -393,17 +393,17 @@ figure <#general-workflow-figure>`__: | |||
| 393 | configurations. This type of information is specific to a particular | 393 | configurations. This type of information is specific to a particular |
| 394 | target architecture. A good example of a BSP layer from the `Poky | 394 | target architecture. A good example of a BSP layer from the `Poky |
| 395 | Reference Distribution <#gs-reference-distribution-poky>`__ is the | 395 | Reference Distribution <#gs-reference-distribution-poky>`__ is the |
| 396 | :yocto_git:`meta-yocto-bsp </cgit/cgit.cgi/poky/tree/meta-yocto-bsp>` | 396 | :yocto_git:`meta-yocto-bsp </poky/tree/meta-yocto-bsp>` |
| 397 | layer. | 397 | layer. |
| 398 | 398 | ||
| 399 | - *Policy Configuration:* Distribution Layers (i.e. "Distro Layer" in | 399 | - *Policy Configuration:* Distribution Layers (i.e. "Distro Layer" in |
| 400 | the following figure) providing top-level or general policies for the | 400 | the following figure) providing top-level or general policies for the |
| 401 | images or SDKs being built for a particular distribution. For | 401 | images or SDKs being built for a particular distribution. For |
| 402 | example, in the Poky Reference Distribution the distro layer is the | 402 | example, in the Poky Reference Distribution the distro layer is the |
| 403 | :yocto_git:`meta-poky </cgit/cgit.cgi/poky/tree/meta-poky>` | 403 | :yocto_git:`meta-poky </poky/tree/meta-poky>` |
| 404 | layer. Within the distro layer is a ``conf/distro`` directory that | 404 | layer. Within the distro layer is a ``conf/distro`` directory that |
| 405 | contains distro configuration files (e.g. | 405 | contains distro configuration files (e.g. |
| 406 | :yocto_git:`poky.conf </cgit/cgit.cgi/poky/tree/meta-poky/conf/distro/poky.conf>` | 406 | :yocto_git:`poky.conf </poky/tree/meta-poky/conf/distro/poky.conf>` |
| 407 | that contain many policy configurations for the Poky distribution. | 407 | that contain many policy configurations for the Poky distribution. |
| 408 | 408 | ||
| 409 | The following figure shows an expanded representation of these three | 409 | The following figure shows an expanded representation of these three |
| @@ -427,9 +427,8 @@ Model <#the-yocto-project-layer-model>`__" sections both earlier in this | |||
| 427 | manual. | 427 | manual. |
| 428 | 428 | ||
| 429 | If you explored the previous links, you discovered some areas where many | 429 | If you explored the previous links, you discovered some areas where many |
| 430 | layers that work with the Yocto Project exist. The `Source | 430 | layers that work with the Yocto Project exist. The :yocto_git:`Source |
| 431 | Repositories <http://git.yoctoproject.org/>`__ also shows layers | 431 | Repositories <>` also shows layers categorized under "Yocto Metadata Layers." |
| 432 | categorized under "Yocto Metadata Layers." | ||
| 433 | 432 | ||
| 434 | .. note:: | 433 | .. note:: |
| 435 | 434 | ||
| @@ -879,7 +878,7 @@ This step in the build process consists of the following tasks: | |||
| 879 | variables. For information on how this variable works within that | 878 | variables. For information on how this variable works within that |
| 880 | class, see the | 879 | class, see the |
| 881 | :ref:`autotools <ref-classes-autotools>` class | 880 | :ref:`autotools <ref-classes-autotools>` class |
| 882 | :yocto_git:`here </cgit/cgit.cgi/poky/tree/meta/classes/autotools.bbclass>`. | 881 | :yocto_git:`here </poky/tree/meta/classes/autotools.bbclass>`. |
| 883 | 882 | ||
| 884 | - *do_compile*: Once a configuration task has been satisfied, | 883 | - *do_compile*: Once a configuration task has been satisfied, |
| 885 | BitBake compiles the source using the | 884 | BitBake compiles the source using the |
| @@ -957,7 +956,7 @@ The :term:`FILES` variable defines the | |||
| 957 | files that go into each package in | 956 | files that go into each package in |
| 958 | :term:`PACKAGES`. If you want | 957 | :term:`PACKAGES`. If you want |
| 959 | details on how this is accomplished, you can look at | 958 | details on how this is accomplished, you can look at |
| 960 | :yocto_git:`package.bbclass </cgit/cgit.cgi/poky/tree/meta/classes/package.bbclass>`. | 959 | :yocto_git:`package.bbclass </poky/tree/meta/classes/package.bbclass>`. |
| 961 | 960 | ||
| 962 | Depending on the type of packages being created (RPM, DEB, or IPK), the | 961 | Depending on the type of packages being created (RPM, DEB, or IPK), the |
| 963 | :ref:`do_package_write_* <ref-tasks-package_write_deb>` | 962 | :ref:`do_package_write_* <ref-tasks-package_write_deb>` |
