diff options
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index ccbe2f47fd..e4d806f98f 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -704,10 +704,10 @@ a defined structure. For additional general information on the | |||
704 | the Yocto Project Reference Manual. | 704 | the Yocto Project Reference Manual. |
705 | 705 | ||
706 | Each recipe has an area in the :term:`Build Directory` where the unpacked | 706 | Each recipe has an area in the :term:`Build Directory` where the unpacked |
707 | source code resides. The :term:`S` variable points to this area for a recipe's | 707 | source code resides. The :term:`UNPACKDIR` variable points to this area for a |
708 | unpacked source code. The name of that directory for any given recipe is | 708 | recipe's unpacked source code, and has the default ``sources-unpack`` name. The |
709 | defined from several different variables. The preceding figure and the | 709 | preceding figure and the following list describe the :term:`Build Directory`'s |
710 | following list describe the :term:`Build Directory`'s hierarchy: | 710 | hierarchy: |
711 | 711 | ||
712 | - :term:`TMPDIR`: The base directory | 712 | - :term:`TMPDIR`: The base directory |
713 | where the OpenEmbedded build system performs all its work during the | 713 | where the OpenEmbedded build system performs all its work during the |
@@ -736,8 +736,11 @@ following list describe the :term:`Build Directory`'s hierarchy: | |||
736 | - :term:`PV`: The version of the | 736 | - :term:`PV`: The version of the |
737 | recipe used to build the package. | 737 | recipe used to build the package. |
738 | 738 | ||
739 | - :term:`S`: Contains the unpacked source | 739 | - :term:`UNPACKDIR`: Contains the unpacked source files for a given recipe. |
740 | files for a given recipe. | 740 | |
741 | - :term:`S`: Contains the final location of the source code. | ||
742 | |||
743 | The default value for :term:`BP` is ``${BPN}-${PV}`` where: | ||
741 | 744 | ||
742 | - :term:`BPN`: The name of the recipe | 745 | - :term:`BPN`: The name of the recipe |
743 | used to build the package. The :term:`BPN` variable is a version of | 746 | used to build the package. The :term:`BPN` variable is a version of |