|
@@ -13,19 +13,17 @@
|
|
|
</question>
|
|
|
<answer>
|
|
|
<para>
|
|
|
- The term "Poky" refers to the specific reference build system that
|
|
|
+ The term "<ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink>"
|
|
|
+ refers to the specific reference build system that
|
|
|
the Yocto Project provides.
|
|
|
Poky is based on <ulink url='&YOCTO_DOCS_DEV_URL;#oe-core'>OE-Core</ulink>
|
|
|
- and BitBake.
|
|
|
+ and <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>.
|
|
|
Thus, the generic term used here for the build system is
|
|
|
the "OpenEmbedded build system."
|
|
|
Development in the Yocto Project using Poky is closely tied to OpenEmbedded, with
|
|
|
changes always being merged to OE-Core or BitBake first before being pulled back
|
|
|
into Poky.
|
|
|
This practice benefits both projects immediately.
|
|
|
- For a fuller description of the term "Poky", see the
|
|
|
- <ulink url='&YOCTO_DOCS_DEV_URL;#poky'>poky</ulink> term in the Yocto Project
|
|
|
- Development Manual.
|
|
|
</para>
|
|
|
</answer>
|
|
|
</qandaentry>
|
|
@@ -95,8 +93,11 @@
|
|
|
</question>
|
|
|
<answer>
|
|
|
<para>
|
|
|
- Support for an additional board is added by creating a BSP layer for it.
|
|
|
+ Support for an additional board is added by creating a
|
|
|
+ Board Support Package (BSP) layer for it.
|
|
|
For more information on how to create a BSP layer, see the
|
|
|
+ "<ulink url='&YOCTO_DOCS_DEV_URL;#understanding-and-creating-layers'>Understanding and Creating Layers</ulink>"
|
|
|
+ section in the Yocto Project Development Manual and the
|
|
|
<ulink url='&YOCTO_DOCS_BSP_URL;'>Yocto Project Board Support Package (BSP) Developer's Guide</ulink>.
|
|
|
</para>
|
|
|
<para>
|