diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-05 15:07:11 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:48 +0100 |
| commit | 1b056af5c986dd6ff959db5fa7e0ca9e79caf248 (patch) | |
| tree | bed3851d512ffda6a88e86e964d4f3f9ad2726c9 /documentation | |
| parent | 106e89f4e3750db94c3bb40cd7770e6a8b12584a (diff) | |
| download | poky-1b056af5c986dd6ff959db5fa7e0ca9e79caf248.tar.gz | |
ref-manual: New COREBASE variable entry added to glossary.
Fixes [YOCTO #4981]
(From yocto-docs rev: a3623887a3cfd3df47a09b8fd337a2741b5aaa42)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f7217a4c0e..d285b16174 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -707,6 +707,28 @@ Core layer for images cannot be removed | |||
| 707 | </glossdef> | 707 | </glossdef> |
| 708 | </glossentry> | 708 | </glossentry> |
| 709 | 709 | ||
| 710 | <glossentry id='var-COREBASE'><glossterm>COREBASE</glossterm> | ||
| 711 | <glossdef> | ||
| 712 | <para> | ||
| 713 | Specifies the parent directory of the OpenEmbedded | ||
| 714 | Core Metadata layer (i.e. <filename>/meta</filename>). | ||
| 715 | </para> | ||
| 716 | |||
| 717 | <para> | ||
| 718 | It is an important distinction that | ||
| 719 | <filename>COREBASE</filename> points to the parent of this | ||
| 720 | layer and not the layer itself. | ||
| 721 | Consider an example where you have cloned the Poky Git | ||
| 722 | repository and retained the <filename>poky</filename> | ||
| 723 | name for your local copy of the repository. | ||
| 724 | In this case, <filename>COREBASE</filename> points to | ||
| 725 | the <filename>poky</filename> folder because it is the | ||
| 726 | parent directory of the <filename>poky/meta</filename> | ||
| 727 | layer. | ||
| 728 | </para> | ||
| 729 | </glossdef> | ||
| 730 | </glossentry> | ||
| 731 | |||
| 710 | </glossdiv> | 732 | </glossdiv> |
| 711 | 733 | ||
| 712 | <glossdiv id='var-glossary-d'><title>D</title> | 734 | <glossdiv id='var-glossary-d'><title>D</title> |
