1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

bitbake: 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.

(Bitbake rev: a2a3b534871aa23a5d442b93dd9660d5f9e27536)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2014-06-19 08:38:51 +03:00
committed by Richard Purdie
parent 296bb748f6
commit ca77f37bf8
@@ -418,20 +418,19 @@
you have a directory entitled you have a directory entitled
<filename>bitbake-1.17.0</filename>. <filename>bitbake-1.17.0</filename>.
</para></listitem> </para></listitem>
<listitem><para><emphasis>Using the BitBake that comes with your <listitem><para><emphasis>Using the BitBake that Comes With Your
build checkout:</emphasis> Build Checkout:</emphasis>
A final possibility for getting a copy of BitBake is that it A final possibility for getting a copy of BitBake is that it
already comes with your checkout of a larger Bitbake-based build already comes with your checkout of a larger Bitbake-based build
system, such as Poky or Yocto Project. system, such as Poky or Yocto Project.
Rather than manually checking out individual layers and Rather than manually checking out individual layers and
gluing them together yourself, you can check gluing them together yourself, you can check
out an entire build system such as Poky with something like: out an entire build system.
<literallayout class='monospaced'>
$ git clone git://git.yoctoproject.org/poky
</literallayout>
The checkout will already include a version of BitBake that The checkout will already include a version of BitBake that
has been thoroughly tested for compatibility with the other has been thoroughly tested for compatibility with the other
components. components.
For information on how to check out a particular BitBake-based
build system, the build system's supporting documentation.
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>