summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/yp-intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/yp-intro.rst')
-rw-r--r--documentation/overview-manual/yp-intro.rst20
1 files changed, 8 insertions, 12 deletions
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index b146db5e4d..b01b4e6a8f 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -262,8 +262,7 @@ with the string ``meta-``.
262.. note:: 262.. note::
263 263
264 It is not a requirement that a layer name begin with the prefix 264 It is not a requirement that a layer name begin with the prefix
265 meta- 265 ``meta-``, but it is a commonly accepted standard in the Yocto Project
266 , but it is a commonly accepted standard in the Yocto Project
267 community. 266 community.
268 267
269For example, if you were to examine the :yocto_git:`tree view </poky/tree/>` 268For example, if you were to examine the :yocto_git:`tree view </poky/tree/>`
@@ -283,8 +282,7 @@ The Yocto Project employs a collection of components and tools used by
283the project itself, by project developers, and by those using the Yocto 282the project itself, by project developers, and by those using the Yocto
284Project. These components and tools are open source projects and 283Project. These components and tools are open source projects and
285metadata that are separate from the reference distribution 284metadata that are separate from the reference distribution
286(:term:`Poky`) and the 285(:term:`Poky`) and the :term:`OpenEmbedded Build System`. Most of the
287:term:`OpenEmbedded Build System`. Most of the
288components and tools are downloaded separately. 286components and tools are downloaded separately.
289 287
290This section provides brief overviews of the components and tools 288This section provides brief overviews of the components and tools
@@ -655,14 +653,12 @@ Reference Embedded Distribution (Poky)
655 653
656"Poky", which is pronounced *Pock*-ee, is the name of the Yocto 654"Poky", which is pronounced *Pock*-ee, is the name of the Yocto
657Project's reference distribution or Reference OS Kit. Poky contains the 655Project's reference distribution or Reference OS Kit. Poky contains the
658:term:`OpenEmbedded Build System` 656:term:`OpenEmbedded Build System` (:term:`BitBake` and
659(:term:`BitBake` and 657:term:`OpenEmbedded-Core (OE-Core)`) as well as a set of
660:term:`OpenEmbedded-Core (OE-Core)`) as well as a set 658:term:`Metadata` to get you started building your own distro. In other
661of :term:`Metadata` to get you started 659words, Poky is a base specification of the functionality needed for a
662building your own distro. In other words, Poky is a base specification 660typical embedded system as well as the components from the Yocto Project
663of the functionality needed for a typical embedded system as well as the 661that allow you to build a distribution into a usable binary image.
664components from the Yocto Project that allow you to build a distribution
665into a usable binary image.
666 662
667Poky is a combined repository of BitBake, OpenEmbedded-Core (which is 663Poky is a combined repository of BitBake, OpenEmbedded-Core (which is
668found in ``meta``), ``meta-poky``, ``meta-yocto-bsp``, and documentation 664found in ``meta``), ``meta-poky``, ``meta-yocto-bsp``, and documentation