documentation: poky-ref-manual, dev-manual - added link to oe-core

* Explain that we test with a set of reference hardware rather than only
  supporting hardware that we have (avoiding any implication that the
  build system can't support other devices). These are in the
  faq entry in the poky-ref-manual for the question of how we can
  claim Poky / OpenEmbedded-Core is stable.

* Adjust the language so that it is OE-Core friendly, with a link to
  the Development Manual for the definition of OE-Core.

(From yocto-docs rev: 5ff1604dd383b26e918c319fcbe46dd1589cebc5)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2012-10-02 09:13:30 -07:00 committed by Richard Purdie
parent 56e07f6510
commit dd7db5cf83
2 changed files with 9 additions and 7 deletions

View File

@ -304,7 +304,7 @@
<listitem><para id='metadata'><emphasis>Metadata:</emphasis> The files that BitBake parses when <listitem><para id='metadata'><emphasis>Metadata:</emphasis> The files that BitBake parses when
building an image. building an image.
Metadata includes recipes, classes, and configuration files.</para></listitem> Metadata includes recipes, classes, and configuration files.</para></listitem>
<listitem><para><emphasis>OE-Core:</emphasis> A core set of metadata originating <listitem><para id='oe-core'><emphasis>OE-Core:</emphasis> A core set of metadata originating
with OpenEmbedded (OE) that is shared between OE and the Yocto Project. with OpenEmbedded (OE) that is shared between OE and the Yocto Project.
This metadata is found in the <filename>meta</filename> directory of the source This metadata is found in the <filename>meta</filename> directory of the source
directory.</para></listitem> directory.</para></listitem>

View File

@ -63,7 +63,7 @@
<qandaentry> <qandaentry>
<question> <question>
<para> <para>
How can you claim Poky is stable? How can you claim Poky / OpenEmbedded-Core is stable?
</para> </para>
</question> </question>
<answer> <answer>
@ -71,11 +71,13 @@
There are three areas that help with stability; There are three areas that help with stability;
<itemizedlist> <itemizedlist>
<listitem><para>The Yocto Project team keeps <listitem><para>The Yocto Project team keeps
<ulink url='&YOCTO_DOCS_DEV_URL;#poky'>Poky</ulink> small and focused. <ulink url='&YOCTO_DOCS_DEV_URL;#oe-core'>OE-Core</ulink> small
It contains around 650 packages as compared to over 5000 for full and focused, containing around 830 recipes as opposed to the thousands
OpenEmbedded.</para></listitem> available in other OpenEmbedded community layers.
<listitem><para>The Yocto Project only supports hardware that the Keeping it small makes it easy to test and maintain.</para></listitem>
team has access to for testing.</para></listitem> <listitem><para>The Yocto Project team runs manual and automated tests
using a small, fixed set of reference hardware as well as emulated
targets.</para></listitem>
<listitem><para>The Yocto Project uses an an autobuilder, <listitem><para>The Yocto Project uses an an autobuilder,
which provides continuous build and integration tests.</para></listitem> which provides continuous build and integration tests.</para></listitem>
</itemizedlist> </itemizedlist>