summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-concepts.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/overview-manual-concepts.rst')
-rw-r--r--documentation/overview-manual/overview-manual-concepts.rst40
1 files changed, 0 insertions, 40 deletions
diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst
index f1f2b7f352..353a2f99ff 100644
--- a/documentation/overview-manual/overview-manual-concepts.rst
+++ b/documentation/overview-manual/overview-manual-concepts.rst
@@ -43,8 +43,6 @@ see the
43":ref:`overview-manual/overview-manual-concepts:openembedded build system concepts`" 43":ref:`overview-manual/overview-manual-concepts:openembedded build system concepts`"
44section. 44section.
45 45
46.. _usingpoky-components-bitbake:
47
48BitBake 46BitBake
49------- 47-------
50 48
@@ -92,8 +90,6 @@ occurs, the target that failed and those that depend on it cannot be
92remade. However, when you use this option other dependencies can still 90remade. However, when you use this option other dependencies can still
93be processed. 91be processed.
94 92
95.. _overview-components-recipes:
96
97Recipes 93Recipes
98------- 94-------
99 95
@@ -109,8 +105,6 @@ the word "package" is used for the packaged output from the OpenEmbedded
109build system (i.e. ``.ipk`` or ``.deb`` files), this document avoids 105build system (i.e. ``.ipk`` or ``.deb`` files), this document avoids
110using the term "package" when referring to recipes. 106using the term "package" when referring to recipes.
111 107
112.. _overview-components-classes:
113
114Classes 108Classes
115------- 109-------
116 110
@@ -122,8 +116,6 @@ The ":ref:`ref-manual/ref-classes:Classes`" chapter in the
122Yocto Project Reference Manual provides details about classes and how to 116Yocto Project Reference Manual provides details about classes and how to
123use them. 117use them.
124 118
125.. _overview-components-configurations:
126
127Configurations 119Configurations
128-------------- 120--------------
129 121
@@ -135,8 +127,6 @@ common configuration options, and user configuration options in
135``conf/local.conf``, which is found in the :term:`Build Directory`. 127``conf/local.conf``, which is found in the :term:`Build Directory`.
136 128
137 129
138.. _overview-layers:
139
140Layers 130Layers
141====== 131======
142 132
@@ -166,8 +156,6 @@ layers suitable for the Yocto Project in the
166":ref:`dev-manual/dev-manual-common-tasks:understanding and creating layers`" 156":ref:`dev-manual/dev-manual-common-tasks:understanding and creating layers`"
167section of the Yocto Project Development Tasks Manual. 157section of the Yocto Project Development Tasks Manual.
168 158
169.. _openembedded-build-system-build-concepts:
170
171OpenEmbedded Build System Concepts 159OpenEmbedded Build System Concepts
172================================== 160==================================
173 161
@@ -527,8 +515,6 @@ their respective layers.
527This layer contains any recipes, append files, and patches, that your 515This layer contains any recipes, append files, and patches, that your
528project needs. 516project needs.
529 517
530.. _sources-dev-environment:
531
532Sources 518Sources
533------- 519-------
534 520
@@ -601,8 +587,6 @@ class to include that local project. You use either the ``local.conf``
601or a recipe's append file to override or set the recipe to point to the 587or a recipe's append file to override or set the recipe to point to the
602local directory on your disk to pull in the whole source tree. 588local directory on your disk to pull in the whole source tree.
603 589
604.. _scms:
605
606Source Control Managers (Optional) 590Source Control Managers (Optional)
607~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 591~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
608 592
@@ -644,8 +628,6 @@ Regular mirrors can be any site across the Internet that is used as an
644alternative location for source code should the primary site not be 628alternative location for source code should the primary site not be
645functioning for some reason or another. 629functioning for some reason or another.
646 630
647.. _package-feeds-dev-environment:
648
649Package Feeds 631Package Feeds
650------------- 632-------------
651 633
@@ -709,8 +691,6 @@ qemux86 exist. Packages for the i586 architecture are placed in
709``build/tmp/deploy/ipk/i586``, while packages for the qemux86 691``build/tmp/deploy/ipk/i586``, while packages for the qemux86
710architecture are placed in ``build/tmp/deploy/ipk/qemux86``. 692architecture are placed in ``build/tmp/deploy/ipk/qemux86``.
711 693
712.. _bitbake-dev-environment:
713
714BitBake Tool 694BitBake Tool
715------------ 695------------
716 696
@@ -727,8 +707,6 @@ those areas.
727 BitBake User Manual 707 BitBake User Manual
728 for reference material on BitBake. 708 for reference material on BitBake.
729 709
730.. _source-fetching-dev-environment:
731
732Source Fetching 710Source Fetching
733~~~~~~~~~~~~~~~ 711~~~~~~~~~~~~~~~
734 712
@@ -819,8 +797,6 @@ Build Directory's hierarchy:
819 what the OpenEmbedded build system is using as a build target (e.g. 797 what the OpenEmbedded build system is using as a build target (e.g.
820 general architecture, a build host, an SDK, or a specific machine). 798 general architecture, a build host, an SDK, or a specific machine).
821 799
822.. _patching-dev-environment:
823
824Patching 800Patching
825~~~~~~~~ 801~~~~~~~~
826 802
@@ -861,8 +837,6 @@ Software Development Kit (SDK) manual and the
861":ref:`kernel-dev/kernel-dev-common:using traditional kernel development to patch the kernel`" 837":ref:`kernel-dev/kernel-dev-common:using traditional kernel development to patch the kernel`"
862section in the Yocto Project Linux Kernel Development Manual. 838section in the Yocto Project Linux Kernel Development Manual.
863 839
864.. _configuration-compilation-and-staging-dev-environment:
865
866Configuration, Compilation, and Staging 840Configuration, Compilation, and Staging
867~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 841~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
868 842
@@ -922,8 +896,6 @@ This step in the build process consists of the following tasks:
922 variable. Packaging occurs later using files from this holding 896 variable. Packaging occurs later using files from this holding
923 directory. 897 directory.
924 898
925.. _package-splitting-dev-environment:
926
927Package Splitting 899Package Splitting
928~~~~~~~~~~~~~~~~~ 900~~~~~~~~~~~~~~~~~
929 901
@@ -1004,8 +976,6 @@ that part of the build process.
1004 functionality is highly distribution-specific and thus is not 976 functionality is highly distribution-specific and thus is not
1005 provided out of the box. 977 provided out of the box.
1006 978
1007.. _image-generation-dev-environment:
1008
1009Image Generation 979Image Generation
1010~~~~~~~~~~~~~~~~ 980~~~~~~~~~~~~~~~~
1011 981
@@ -1127,8 +1097,6 @@ build system has created the final image output files.
1127 Pseudo. Running under Pseudo ensures that the files in the root filesystem 1097 Pseudo. Running under Pseudo ensures that the files in the root filesystem
1128 have correct ownership. 1098 have correct ownership.
1129 1099
1130.. _sdk-generation-dev-environment:
1131
1132SDK Generation 1100SDK Generation
1133~~~~~~~~~~~~~~ 1101~~~~~~~~~~~~~~
1134 1102
@@ -1303,8 +1271,6 @@ variable is the function that determines whether a given dependency
1303needs to be followed, and whether for any given relationship the 1271needs to be followed, and whether for any given relationship the
1304function needs to be passed. The function returns a True or False value. 1272function needs to be passed. The function returns a True or False value.
1305 1273
1306.. _images-dev-environment:
1307
1308Images 1274Images
1309------ 1275------
1310 1276
@@ -1363,8 +1329,6 @@ current configuration.
1363 These links might be useful for external scripts that need to obtain 1329 These links might be useful for external scripts that need to obtain
1364 the latest version of each file. 1330 the latest version of each file.
1365 1331
1366.. _sdk-dev-environment:
1367
1368Application Development SDK 1332Application Development SDK
1369--------------------------- 1333---------------------------
1370 1334
@@ -1677,8 +1641,6 @@ them if they are deemed to be valid.
1677The rest of this section goes into detail about the overall incremental 1641The rest of this section goes into detail about the overall incremental
1678build architecture, the checksums (signatures), and shared state. 1642build architecture, the checksums (signatures), and shared state.
1679 1643
1680.. _concepts-overall-architecture:
1681
1682Overall Architecture 1644Overall Architecture
1683-------------------- 1645--------------------
1684 1646
@@ -1697,8 +1659,6 @@ specific tasks. This methodology does not scale well and does not allow
1697users to easily add new tasks in layers or as external recipes without 1659users to easily add new tasks in layers or as external recipes without
1698touching the packaged-staging core. 1660touching the packaged-staging core.
1699 1661
1700.. _overview-checksums:
1701
1702Checksums (Signatures) 1662Checksums (Signatures)
1703---------------------- 1663----------------------
1704 1664