diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index eea07de2ae..3089166ba7 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -70,6 +70,13 @@ </glossdef> </glossentry> + <glossentry id='var-BBFILE_COLLECTIONS'><glossterm>BBFILE_COLLECTIONS</glossterm> + <glossdef> + <para>Identifies layer-specific bbfiles, which contain recipes used by BitBake to build software. + The Variable is appended with a layer name.</para> + </glossdef> + </glossentry> + <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm> <glossdef> <para>List of recipes used by BitBake to build software</para> |