diff options
author | Trevor Woerner <twoerner@gmail.com> | 2015-06-19 07:17:36 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-23 11:47:40 +0100 |
commit | a06a5ae684fc6baff7c041e07b066620d18e52ea (patch) | |
tree | 3c1f07d171b98965425e388ec814f6e110391635 /bitbake | |
parent | dcb441c6e03905dfc234f662c0cbcde33e604b28 (diff) | |
download | poky-a06a5ae684fc6baff7c041e07b066620d18e52ea.tar.gz |
bitbake: bitbake-user-manual-ref-variables: Added BBLAYERS_FETCH_DIR glossary item.
Add BBLAYERS_FETCH_DIR to the Variables Glossary.
(Bitbake rev: 5ecd6a671c088f270d5f49093f8da83278fc0aa9)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 14 |
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> |