ref-manual: Updated the "poky" term

Applied some formatting and some links

(From yocto-docs rev: a0881588fcf2314b6d7bcbfb7ee9b9d4d7a2ef2c)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2017-06-15 12:43:07 -07:00
committed by Richard Purdie
parent fcb53beee4
commit f2db665b78

View File

@@ -937,29 +937,37 @@
</para></listitem>
<listitem><para id='poky'>
<emphasis>Poky:</emphasis>
The term "poky" can mean several things.
In its most general sense, it is an open-source
project that was initially developed by OpenedHand.
With OpenedHand, poky was developed off of the existing
OpenEmbedded build system becoming a commercially
supportable build system for embedded Linux.
After Intel Corporation acquired OpenedHand, the
project poky became the basis for the Yocto Project's
build system.</para>
<para>Within the Yocto Project source repositories,
<filename>poky</filename> exists as a separate Git
repository you can clone to yield a local copy on your
host system.
Thus, "poky" can refer to the local copy of the Source
Directory used for development within the Yocto
Project.</para>
<para>Finally, "poky" can refer to the default
<link linkend='var-DISTRO'><filename>DISTRO</filename></link>
(i.e. distribution) created when you use the Yocto
Project in conjunction with the
<filename>poky</filename> repository to build an image.
The term "poky", which is pronounced
<emphasis>Pah</emphasis>-kee, can mean several things:
<itemizedlist>
<listitem><para>
In its most general sense, poky is an open-source
project that was initially developed by OpenedHand.
OpenedHand developed poky off of the existing
OpenEmbedded build system to create a commercially
supportable build system for embedded Linux.
After Intel Corporation acquired OpenedHand, the
poky project became the basis for the Yocto Project's
build system.
</para></listitem>
<listitem><para>
Within the Yocto Project
<ulink url='&YOCTO_GIT_URL;'>Source Repositories</ulink>,
"poky" exists as a separate Git
repository from which you can clone to yield a local
Git repository that is a copy on your host system.
Thus, "poky" can refer to the upstream or
local copy of the files used for development within
the Yocto Project.
</para></listitem>
<listitem><para>
Finally, "poky" can refer to the default
<link linkend='var-DISTRO'><filename>DISTRO</filename></link>
(i.e. distribution) created when you use the Yocto
Project in conjunction with the
<filename>poky</filename> repository to build an image.
</para></listitem>
</itemizedlist>
</para></listitem>
<listitem><para>
<emphasis>Recipe:</emphasis>