mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
bitbake: user-manual-ref-variables.xml: Fixed references to "Build Directory".
I made sure that these are lower-cased. Also, removed the tags for cross-referencing into the term section of the YP Development Manual. (Bitbake rev: f9e3de2bb3e73204ef35d102ff26ee7393056ede) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
37ab0888a1
commit
6201d18b79
@@ -359,7 +359,7 @@
|
|||||||
<glossdef>
|
<glossdef>
|
||||||
<para>Lists the layers to enable during the build.
|
<para>Lists the layers to enable during the build.
|
||||||
This variable is defined in the <filename>bblayers.conf</filename> configuration
|
This variable is defined in the <filename>bblayers.conf</filename> configuration
|
||||||
file in the <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
|
file in the build directory.
|
||||||
Here is an example:
|
Here is an example:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
BBLAYERS = " \
|
BBLAYERS = " \
|
||||||
@@ -442,10 +442,10 @@
|
|||||||
<filename>PATH</filename> variable.
|
<filename>PATH</filename> variable.
|
||||||
<note>
|
<note>
|
||||||
If you run BitBake from a directory outside of the
|
If you run BitBake from a directory outside of the
|
||||||
<ulink url='&YOCTO_DOCS_DEV_URL;build-directory'>Build Directory</ulink>,
|
build directory,
|
||||||
you must be sure to set
|
you must be sure to set
|
||||||
<filename>BBPATH</filename> to point to the
|
<filename>BBPATH</filename> to point to the
|
||||||
Build Directory.
|
build directory.
|
||||||
Set the variable as you would any environment variable
|
Set the variable as you would any environment variable
|
||||||
and then run BitBake:
|
and then run BitBake:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
@@ -1285,8 +1285,7 @@
|
|||||||
<glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm>
|
<glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
Points to the
|
Points to the build directory.
|
||||||
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
|
|
||||||
BitBake automatically sets this variable.
|
BitBake automatically sets this variable.
|
||||||
</para>
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
|
|||||||
Reference in New Issue
Block a user