summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-02-11 07:21:58 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-09 18:59:02 -0700
commit34bcd967969a9e31215c230c4a85fff9f2f3b520 (patch)
treed3a99b95c8917dff03fdb969cbea4ba2a31e11d1 /bitbake
parent8aaff2570c7af21136011f7a59fc82ed3767cd67 (diff)
downloadpoky-34bcd967969a9e31215c230c4a85fff9f2f3b520.tar.gz
bitbake: user-manual-intro.xml: Added an introduction to the manual.
Describes purpose and qualifies some stuff. (Bitbake rev: b9704a367cccd85931fa4fb779d273a27361d503) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/user-manual/user-manual-intro.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bitbake/doc/user-manual/user-manual-intro.xml b/bitbake/doc/user-manual/user-manual-intro.xml
index 8ce046a340..49694fb5c3 100644
--- a/bitbake/doc/user-manual/user-manual-intro.xml
+++ b/bitbake/doc/user-manual/user-manual-intro.xml
@@ -4,6 +4,17 @@
4<chapter id="user-manual-intro"> 4<chapter id="user-manual-intro">
5 <title>Overview</title> 5 <title>Overview</title>
6 6
7 <para>
8 Welcome to the BitBake User Manual.
9 This manual provides information on BitBake.
10 The information attempts to be as independent as possible regarding
11 systems that use BitBake, such as the Yocto Project and
12 OpenEmbeddeded.
13 In some cases, scenarios or examples that within the context of
14 a build system are used in the manual to help with understanding.
15 For these cases, the manual clearly states the context.
16 </para>
17
7 <section id="intro"> 18 <section id="intro">
8 <title>Introduction</title> 19 <title>Introduction</title>
9 20