aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-13 16:12:24 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:38 +0000
commit0e8cb1f9b04556b11f05c6e4cae39828e8b115f9 (patch)
tree4af258975eb3365ad7e9461dc76e2dd7b735c9a2 /documentation/yocto-project-qs
parent4741bb0c1c382ed0982ed82f420f2a3debf27487 (diff)
downloadopenembedded-core-contrib-0e8cb1f9b04556b11f05c6e4cae39828e8b115f9.tar.gz
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>
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index e99a63726a..f100683ebc 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -455,7 +455,8 @@
Creating your own branch based on the released branch ensures
you are using the latest files for that release.
</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>
environment setup script.
Running this script defines OpenEmbedded build environment
@@ -470,8 +471,9 @@
Later, when the build completes, the Build Directory contains
all the files created during the build.
<note>
- For information on running a memory-resident BitBake, see
- the
+ For information on running a memory-resident
+ <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>
setup script.
</note></para></listitem>