diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-28 07:55:28 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-30 10:18:38 +0100 |
commit | a4f8da56956045599fccd918c88a87360fb5211d (patch) | |
tree | ba208ba08aeaff7a7d43bfbb48448dd3ba451e7a /documentation/ref-manual | |
parent | 84229e13803d818eb31dbe52bab646a647af1a75 (diff) | |
download | poky-a4f8da56956045599fccd918c88a87360fb5211d.tar.gz |
ref-manual: Updated the "Introduction" section.
During the read-through, I noticed that I did not have a complete
list of YP manuals in the "Introduction" section. I also added
the new BitBake manual to the list of external manuals.
(From yocto-docs rev: 46ae0400d807c733bc0c32b07b4b59cc8d6d2618)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/introduction.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index c3e0c32a69..1094a06561 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
@@ -22,7 +22,12 @@ | |||
22 | and the <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>. | 22 | and the <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>. |
23 | For Board Support Package (BSP) structure information, see the | 23 | For Board Support Package (BSP) structure information, see the |
24 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>. | 24 | <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>. |
25 | You can also find lots of Yocto Project information on the | 25 | You can find information on tracing and profiling in the |
26 | <ulink url='&YOCTO_DOCS_PROF_URL;#profile-manual'>Yocto Project Profiling and Tracing Manual</ulink>. | ||
27 | For information on BitBake, which is the task execution tool the | ||
28 | OpenEmbedded build system is based on, see the | ||
29 | <ulink url='&YOCTO_DOCS_BB_URL;#bitbake-user-manual'>BitBake User Manual</ulink>. | ||
30 | Finally, you can also find lots of Yocto Project information on the | ||
26 | <ulink url="&YOCTO_HOME_URL;">Yocto Project website</ulink>. | 31 | <ulink url="&YOCTO_HOME_URL;">Yocto Project website</ulink>. |
27 | </para> | 32 | </para> |
28 | </section> | 33 | </section> |