1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

documentation/poky-ref-manual/faq.xml: Edits to scrub for Poky

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark
2011-08-24 07:58:32 -07:00
committed by Richard Purdie
parent d02e56fd14
commit 8e0ba4e638
+33 -48
View File
@@ -12,24 +12,20 @@
</question> </question>
<answer> <answer>
<para> <para>
Poky is a derivative of <ulink Poky is the Yocto Project build system that was derived from <ulink
url='http://www.openembedded.org/'>OpenEmbedded</ulink>, a stable, url='http://www.openembedded.org/'>OpenEmbedded</ulink>.
smaller subset focused on the GNOME Mobile environment. Development Poky is a stable, smaller subset focused on the GNOME Mobile environment.
in Poky is closely tied to OpenEmbedded with features being merged Development in the Yocto Project using Poky is closely tied to OpenEmbedded with
regularly between the two for mutual benefit. features being merged regularly between the two for mutual benefit.
</para> </para>
</answer> </answer>
</qandaentry> </qandaentry>
<qandaentry> <qandaentry>
<question> <question>
<para> <para>
I only have Python 2.4 or 2.5 but BitBake requires Python 2.6 or 2.7. I only have Python 2.4 or 2.5 but BitBake requires Python 2.6 or 2.7.
Can I still use Poky? Can I still use the Yocto Project?
</para> </para>
</question> </question>
<answer> <answer>
@@ -57,10 +53,6 @@
</answer> </answer>
</qandaentry> </qandaentry>
<qandaentry> <qandaentry>
<question> <question>
<para> <para>
@@ -70,61 +62,54 @@
<answer> <answer>
<para> <para>
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 Poky small and focused.
<listitem> It contains around 650 packages as compared to over 5000 for full
<para> OpenEmbedded.</para></listitem>
We keep Poky small and focused - around 650 packages compared to over 5000 for full OE <listitem><para>The Yocto Project only supports hardware that the
</para> team has access to for testing.</para></listitem>
</listitem> <listitem><para>The Yocto Project uses an an autobuilder,
<listitem> which provides continuous build and integration tests.</para></listitem>
<para> </itemizedlist>
We only support hardware that we have access to for testing
</para>
</listitem>
<listitem>
<para>
We have an autobuilder which provides continuous build and integration tests
</para>
</listitem>
</itemizedlist>
</para> </para>
</answer> </answer>
</qandaentry> </qandaentry>
<qandaentry> <qandaentry>
<question> <question>
<para> <para>
How do I get support for my board added to Poky? How do I get support for my board added to the Yocto Project?
</para> </para>
</question> </question>
<answer> <answer>
<para> <para>
There are two main ways to get a board supported in Poky; There are two main ways to get a board supported in Poky;
<itemizedlist> <itemizedlist>
<listitem> <listitem><para>Send the Yocto Project team information on the board
<para> and if the team does not have it yet they will consider adding it.</para></listitem>
Send us the board if we don't have it yet <listitem><para>Send the Yocto Project team the BitBake recipes if you have them.
</para> </para></listitem>
</listitem> </itemizedlist>
<listitem> Usually, if the board is not a completely exotic, adding support in
<para> the Yocto Project is fairly straightforward.
Send us BitBake recipes if you have them (see the Poky handbook to find out how to create recipes)
</para>
</listitem>
</itemizedlist>
Usually if it's not a completely exotic board then adding support in Poky should be fairly straightforward.
</para> </para>
</answer> </answer>
</qandaentry> </qandaentry>
<qandaentry> <qandaentry>
<question> <question>
<para> <para>
Are there any products running poky ? Are there any products running poky?
</para> </para>
</question> </question>
<answer> <answer>
<para> <para>
The <ulink url='http://vernier.com/labquest/'>Vernier LabQuest</ulink> is using Poky (for more about the LabQuest see the case study at OpenedHand). There are a number of pre-production devices using Poky and we will announce those as soon as they are released. The <ulink url='http://vernier.com/labquest/'>Vernier Labquest</ulink> is using
Poky.
See the <ulink url='http://www.vernier.com/products/interfaces/labq/'>Vernier Labquest</ulink>
for more information.
There are a number of pre-production devices using Poky and the Yocto Project team
announces them as soon as they are released.
</para> </para>
</answer> </answer>
</qandaentry> </qandaentry>