summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/introduction.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-03-21 08:47:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-23 21:56:09 +0000
commit670735e392c0b3e36b246d390f45c7004bbe758f (patch)
treeb8947b637785944b93e2e3662d62ec493c0ad24c /documentation/ref-manual/introduction.xml
parent266742ba38a28020a797e013078ce829107d5b56 (diff)
downloadpoky-670735e392c0b3e36b246d390f45c7004bbe758f.tar.gz
ref-manual: Added some SDK manual support to introduction
(From yocto-docs rev: 6021a1024b51ab65659e132870eb75d1bf53aedb) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/introduction.xml')
-rw-r--r--documentation/ref-manual/introduction.xml21
1 files changed, 14 insertions, 7 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml
index ecabaaa421..30620a6e59 100644
--- a/documentation/ref-manual/introduction.xml
+++ b/documentation/ref-manual/introduction.xml
@@ -9,19 +9,26 @@
9 <title>Introduction</title> 9 <title>Introduction</title>
10 10
11 <para> 11 <para>
12 This manual provides reference information for the current release of the Yocto Project. 12 This manual provides reference information for the current release
13 The Yocto Project is an open-source collaboration project focused on embedded Linux 13 of the Yocto Project.
14 developers. 14 The Yocto Project is an open-source collaboration project focused
15 Amongst other things, the Yocto Project uses the OpenEmbedded build system, which 15 on embedded Linux developers.
16 is based on the Poky project, to construct complete Linux images. 16 Amongst other things, the Yocto Project uses the OpenEmbedded build
17 You can find complete introductory and getting started information on the Yocto Project 17 system, which is based on the Poky project, to construct complete
18 by reading the 18 Linux images.
19 You can find complete introductory and getting started information
20 on the Yocto Project by reading the
19 <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>. 21 <ulink url='&YOCTO_DOCS_QS_URL;'>Yocto Project Quick Start</ulink>.
22 </para>
23
24 <para>
20 For task-based information using the Yocto Project, see the 25 For task-based information using the Yocto Project, see the
21 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Manual</ulink> 26 <ulink url='&YOCTO_DOCS_DEV_URL;'>Yocto Project Development Manual</ulink>
22 and the <ulink url='&YOCTO_DOCS_KERNEL_DEV_URL;'>Yocto Project Linux Kernel Development Manual</ulink>. 27 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 28 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>. 29 <ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>.
30 For information on how to use a Software Development Kit, (SDK), see the
31 <ulink url='&YOCTO_DOCS_SDK_URL;'>Yocto Project Software Development Kit (SDK) Developer's Guide</ulink>.
25 You can find information on tracing and profiling in the 32 You can find information on tracing and profiling in the
26 <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>. 33 <ulink url='&YOCTO_DOCS_PROF_URL;'>Yocto Project Profiling and Tracing Manual</ulink>.
27 For information on BitBake, which is the task execution tool the 34 For information on BitBake, which is the task execution tool the