]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/poky-ref-manual/ref-variables.xml: Update B variable
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 21 Sep 2012 14:37:19 +0000 (07:37 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Sep 2012 15:36:09 +0000 (16:36 +0100)
Updated the glossary description for the B variable.  There
was some confusing "source directory" terminology in there.

(From yocto-docs rev: 72fbf86ca9612a0dca741f08315efed1d9efa0b1)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/poky-ref-manual/ref-variables.xml

index 8a428278ff1adc6e0b6ca82a9ff7e7f6bbd31bb5..1331d1adfcf67b22f15e6bff3e82d38bdee56dc2 100644 (file)
         <glossentry id='var-B'><glossterm>B</glossterm>
             <glossdef>
                 <para>
-                    The directory in which the OpenEmbedded build system places
-                    generated objects during a recipe's build process.
+                    The <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>build directory</ulink>.
+                    The OpenEmbedded build system places generated objects into the build directory
+                    during a recipe's build process.
                     By default, this directory is the same as the <link linkend='var-S'><filename>S</filename></link>
                     directory:
                     <literallayout class='monospaced'>
      B = ${WORKDIR}/${BPN}-{PV}/
                     </literallayout>
-                    You can separate the source directory (<filename>S</filename>) and the directory pointed to 
+                    You can separate the (<filename>S</filename>) directory and the directory pointed to 
                     by the <filename>B</filename> variable.
                     Most autotools-based recipes support separating these directories.
                     The build system defaults to using separate directories for <filename>gcc</filename>