summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index 688edc92c2..05e1b95ec6 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -1066,6 +1066,20 @@
1066 </glossdef> 1066 </glossdef>
1067 </glossentry> 1067 </glossentry>
1068 1068
1069 <glossentry id='var-BBLAYERS_FETCH_DIR'><glossterm>BBLAYERS_FETCH_DIR</glossterm>
1070 <glossdef>
1071 <para>
1072 Sets the base location where layers are stored.
1073 By default, this location is set to
1074 <filename>${COREBASE}</filename>.
1075 This setting is used in conjunction with
1076 <filename>bitbake-layers layerindex-fetch</filename> and
1077 tells <filename>bitbake-layers</filename> where to place
1078 the fetched layers.
1079 </para>
1080 </glossdef>
1081 </glossentry>
1082
1069 <glossentry id='var-BBMASK'><glossterm>BBMASK</glossterm> 1083 <glossentry id='var-BBMASK'><glossterm>BBMASK</glossterm>
1070 <glossdef> 1084 <glossdef>
1071 <para> 1085 <para>