diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2017-06-14 12:10:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-15 11:15:59 +0100 |
commit | 2bf2ab9fcd12b179c396d2d4b4603b774a37eef6 (patch) | |
tree | 4592c7f7af9b208de5cace1cb8295aa0970bc35e /bitbake/doc/bitbake-user-manual | |
parent | 6964efddd31c479386d1643c1025bc102710392f (diff) | |
download | poky-2bf2ab9fcd12b179c396d2d4b4603b774a37eef6.tar.gz |
bitbake: bitbake-user-manual: Updated BBLAYERS_FETCH_DIR variable description
Just discovered a minor issue in the bitbake manual - under the variable
glossary entry for BBLAYERS_FETCH_DIR we say there's a default value of
${COREBASE} but that's not actually true in bitbake itself - there's no
default in bitbake, that default is set in OE-Core. We can keep this in the YP
ref manual but in the bitbake manual that sentence should be removed.
(Bitbake rev: 7b4e81772ed8789521661a3b32b576c91276ae34)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml | 2 |
1 files changed, 0 insertions, 2 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 07bda982f3..3cc45dd31c 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 | |||
@@ -1143,8 +1143,6 @@ | |||
1143 | <glossdef> | 1143 | <glossdef> |
1144 | <para> | 1144 | <para> |
1145 | Sets the base location where layers are stored. | 1145 | Sets the base location where layers are stored. |
1146 | By default, this location is set to | ||
1147 | <filename>${COREBASE}</filename>. | ||
1148 | This setting is used in conjunction with | 1146 | This setting is used in conjunction with |
1149 | <filename>bitbake-layers layerindex-fetch</filename> and | 1147 | <filename>bitbake-layers layerindex-fetch</filename> and |
1150 | tells <filename>bitbake-layers</filename> where to place | 1148 | tells <filename>bitbake-layers</filename> where to place |