summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-19 08:38:51 +0300
committerScott Rifenbark <scott.m.rifenbark@intel.com>2014-06-25 09:18:09 +0300
commita2a3b534871aa23a5d442b93dd9660d5f9e27536 (patch)
treec880bb29bcb2a24efbae84b855b7a4bab18f9bc9 /doc
parent266a0b5ef41dcc4048e2a4d1c43567568d7449d7 (diff)
downloadbitbake-contrib-a2a3b534871aa23a5d442b93dd9660d5f9e27536.tar.gz
bitbake-user-manual-intro.xml: Edits to "Obtaining BitBake"
Updated the last bullet item that describes a final way to obtain a copy of BitBake. The example was too specific regarding Poky and OE. So, I made it quite generic and kept with the convention of not having any specific links from the BitBake manual into YP docs or such. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-intro.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
index 330bfbd3c..41b9410e4 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-intro.xml
@@ -418,20 +418,19 @@
you have a directory entitled
<filename>bitbake-1.17.0</filename>.
</para></listitem>
- <listitem><para><emphasis>Using the BitBake that comes with your
- build checkout:</emphasis>
+ <listitem><para><emphasis>Using the BitBake that Comes With Your
+ Build Checkout:</emphasis>
A final possibility for getting a copy of BitBake is that it
already comes with your checkout of a larger Bitbake-based build
system, such as Poky or Yocto Project.
Rather than manually checking out individual layers and
gluing them together yourself, you can check
- out an entire build system such as Poky with something like:
- <literallayout class='monospaced'>
- $ git clone git://git.yoctoproject.org/poky
- </literallayout>
+ out an entire build system.
The checkout will already include a version of BitBake that
has been thoroughly tested for compatibility with the other
components.
+ For information on how to check out a particular BitBake-based
+ build system, the build system's supporting documentation.
</para></listitem>
</itemizedlist>
</para>