From: Scott Rifenbark Date: Mon, 5 Aug 2013 12:07:11 +0000 (+0300) Subject: ref-manual: New COREBASE variable entry added to glossary. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b056af5c986dd6ff959db5fa7e0ca9e79caf248;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: New COREBASE variable entry added to glossary. Fixes [YOCTO #4981] (From yocto-docs rev: a3623887a3cfd3df47a09b8fd337a2741b5aaa42) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f7217a4c0e8..d285b16174b 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 + COREBASE + + + Specifies the parent directory of the OpenEmbedded + Core Metadata layer (i.e. /meta). + + + + It is an important distinction that + COREBASE points to the parent of this + layer and not the layer itself. + Consider an example where you have cloned the Poky Git + repository and retained the poky + name for your local copy of the repository. + In this case, COREBASE points to + the poky folder because it is the + parent directory of the poky/meta + layer. + + + + D