diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-11-10 10:54:36 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-15 22:25:25 +0000 |
commit | b978c8e25198fc584963299e3f3087835777ca62 (patch) | |
tree | fc239c0e9038d078bb831fdcf6fbada3a25fac29 /documentation/poky-ref-manual/ref-variables.xml | |
parent | ab92ec1a879e2149c626a5237fd14166e92d5122 (diff) | |
download | openembedded-core-b978c8e25198fc584963299e3f3087835777ca62.tar.gz openembedded-core-b978c8e25198fc584963299e3f3087835777ca62.tar.bz2 openembedded-core-b978c8e25198fc584963299e3f3087835777ca62.zip |
Poky Reference Manual: Added BBFILE_PRIORITY glossary term.
The Extending Poky chapter referenced this non-existent term. I
added it.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 3089166ba7..cb308b76ab 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -77,6 +77,22 @@ </glossdef> </glossentry> + <glossentry id='var-BBFILE_PATTERN'><glossterm>BBFILE_PATTERN</glossterm> + <glossdef> + <para>Variable that expands to match files from BBFILES in a particular layer. BBFILE_PATTERN + is used in the <filename>conf/layer.conf</filename> file and must contain the name of the + specific layer (e.g. BBFILE_PATTERN_emenlow).</para> + </glossdef> + </glossentry> + + <glossentry id='var-BBFILE_PRIORITY'><glossterm>BBFILE_PRIORITY</glossterm> + <glossdef> + <para>Assigns different priorities to recipe files in different layers. + This variable is useful in situations where the same package might appear in multiple layers. + It allows you to choose what takes precedence.</para> + </glossdef> + </glossentry> + <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm> <glossdef> <para>List of recipes used by BitBake to build software</para> |