yocto-project-qs: Added a link to the BitBake section in ref-manual.

The first occurrance of this term should at least have a cross-
referencing link.

(From yocto-docs rev: 773c942fd64e4d6025fbef0838d5c7136ef35035)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-03-13 16:12:24 -06:00 committed by Richard Purdie
parent 4741bb0c1c
commit 0e8cb1f9b0
1 changed files with 5 additions and 3 deletions

View File

@ -455,7 +455,8 @@
Creating your own branch based on the released branch ensures Creating your own branch based on the released branch ensures
you are using the latest files for that release. you are using the latest files for that release.
</para></listitem> </para></listitem>
<listitem><para>The final command runs the Yocto Project <listitem><para>
The final command runs the Yocto Project
<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
environment setup script. environment setup script.
Running this script defines OpenEmbedded build environment Running this script defines OpenEmbedded build environment
@ -470,8 +471,9 @@
Later, when the build completes, the Build Directory contains Later, when the build completes, the Build Directory contains
all the files created during the build. all the files created during the build.
<note> <note>
For information on running a memory-resident BitBake, see For information on running a memory-resident
the <ulink url='&YOCTO_DOCS_REF_URL;#usingpoky-components-bitbake'>BitBake</ulink>,
see the
<ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink> <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>
setup script. setup script.
</note></para></listitem> </note></para></listitem>