summaryrefslogtreecommitdiffstats
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)
downloadpoky-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 @@
455 Creating your own branch based on the released branch ensures 455 Creating your own branch based on the released branch ensures
456 you are using the latest files for that release. 456 you are using the latest files for that release.
457 </para></listitem> 457 </para></listitem>
458 <listitem><para>The final command runs the Yocto Project 458 <listitem><para>
459 The final command runs the Yocto Project
459 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 460 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
460 environment setup script. 461 environment setup script.
461 Running this script defines OpenEmbedded build environment 462 Running this script defines OpenEmbedded build environment
@@ -470,8 +471,9 @@
470 Later, when the build completes, the Build Directory contains 471 Later, when the build completes, the Build Directory contains
471 all the files created during the build. 472 all the files created during the build.
472 <note> 473 <note>
473 For information on running a memory-resident BitBake, see 474 For information on running a memory-resident
474 the 475 <ulink url='&YOCTO_DOCS_REF_URL;#usingpoky-components-bitbake'>BitBake</ulink>,
476 see the
475 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink> 477 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>
476 setup script. 478 setup script.
477 </note></para></listitem> 479 </note></para></listitem>