]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
user-manual-ref-variables.xml: Fixed references to "Build Directory".
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 21 Jan 2014 23:25:41 +0000 (17:25 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 Jan 2014 21:00:34 +0000 (21:00 +0000)
I made sure that these are lower-cased.  Also, removed the tags
for cross-referencing into the term section of the YP Development
Manual.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
doc/user-manual/user-manual-ref-variables.xml

index 4a3080f8413a536b60a74b950424eed16c9d82c5..dc1fb9b197a60ea2cfa9753e6d526241c107639c 100644 (file)
             <glossdef>
                 <para>Lists the layers to enable during the build.
                     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:
                     <literallayout class='monospaced'>
      BBLAYERS = " \
                     <filename>PATH</filename> variable.
                     <note>
                         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
                         <filename>BBPATH</filename> to point to the
-                        Build Directory.
+                        build directory.
                         Set the variable as you would any environment variable
                         and then run BitBake:
                         <literallayout class='monospaced'>
         <glossentry id='var-TOPDIR'><glossterm>TOPDIR</glossterm>
             <glossdef>
                 <para>
-                    Points to the
-                    <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
+                    Points to the build directory.
                     BitBake automatically sets this variable.
                 </para>
             </glossdef>