diff options
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml index 330bfbd3c3..41b9410e47 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-intro.xml | |||
@@ -418,20 +418,19 @@ | |||
418 | you have a directory entitled | 418 | you have a directory entitled |
419 | <filename>bitbake-1.17.0</filename>. | 419 | <filename>bitbake-1.17.0</filename>. |
420 | </para></listitem> | 420 | </para></listitem> |
421 | <listitem><para><emphasis>Using the BitBake that comes with your | 421 | <listitem><para><emphasis>Using the BitBake that Comes With Your |
422 | build checkout:</emphasis> | 422 | Build Checkout:</emphasis> |
423 | A final possibility for getting a copy of BitBake is that it | 423 | A final possibility for getting a copy of BitBake is that it |
424 | already comes with your checkout of a larger Bitbake-based build | 424 | already comes with your checkout of a larger Bitbake-based build |
425 | system, such as Poky or Yocto Project. | 425 | system, such as Poky or Yocto Project. |
426 | Rather than manually checking out individual layers and | 426 | Rather than manually checking out individual layers and |
427 | gluing them together yourself, you can check | 427 | gluing them together yourself, you can check |
428 | out an entire build system such as Poky with something like: | 428 | out an entire build system. |
429 | <literallayout class='monospaced'> | ||
430 | $ git clone git://git.yoctoproject.org/poky | ||
431 | </literallayout> | ||
432 | The checkout will already include a version of BitBake that | 429 | The checkout will already include a version of BitBake that |
433 | has been thoroughly tested for compatibility with the other | 430 | has been thoroughly tested for compatibility with the other |
434 | components. | 431 | components. |
432 | For information on how to check out a particular BitBake-based | ||
433 | build system, the build system's supporting documentation. | ||
435 | </para></listitem> | 434 | </para></listitem> |
436 | </itemizedlist> | 435 | </itemizedlist> |
437 | </para> | 436 | </para> |