summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r--documentation/ref-manual/ref-variables.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index ded45262c8..a357377032 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -672,6 +672,29 @@ Core layer for images cannot be removed
672 </glossdef> 672 </glossdef>
673 </glossentry> 673 </glossentry>
674 674
675 <glossentry id='var-BINCONFIG_GLOB'><glossterm>BINCONFIG_GLOB</glossterm>
676 <glossdef>
677 <para>
678 When inheriting <filename>binconfig.bbclass</filename>
679 from a recipe, this variable specifies a wildcard for
680 configuration scripts that need editing.
681 The scripts are edited to correct any paths that have been
682 set up during compilation so that they are correct for
683 use when installed into the sysroot and called by the
684 build processes of other recipes.
685 </para>
686
687 <para>
688 For more information on how this variable works, see
689 <filename>meta/classes/binconfig.bbclass</filename> in the
690 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
691 You can also find general information on the class in the
692 "<link linkend='ref-classes-binconfig'><filename>binconfig.bbclass</filename></link>"
693 section.
694 </para>
695 </glossdef>
696 </glossentry>
697
675 <glossentry id='var-BP'><glossterm>BP</glossterm> 698 <glossentry id='var-BP'><glossterm>BP</glossterm>
676 <glossdef> 699 <glossdef>
677 <para>The base recipe name and version but without any special 700 <para>The base recipe name and version but without any special