1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

ref-manual: Updated "Images" chapter to remove listed dirs for recipes.

This list has grown substantially and it is impractical to list
the directories that contain image recipes out.  I left the
"ls" command that the use could run in order to see those
directories.  This makes the section of the manual much more
maintainable.

(From yocto-docs rev: ee129f578dfa986937b45b111e0e26b61b42c565)

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
2014-08-07 15:57:58 +03:00
committed by Richard Purdie
parent 46fb10d6cc
commit 2ef2b72b2c
+7 -11
View File
@@ -28,22 +28,17 @@
</note> </note>
<para> <para>
From within the <filename>poky</filename> Git repository, use the following command to list From within the <filename>poky</filename> Git repository, you can use
the supported images: the following command to display the list of directories within the
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>
that containe image recipe files:
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ ls meta*/recipes*/images/*.bb $ ls meta*/recipes*/images/*.bb
</literallayout> </literallayout>
These recipes reside in the <filename>meta/recipes-core/images</filename>,
<filename>meta/recipes-extended/images</filename>,
<filename>meta/recipes-graphics/images</filename>,
<filename>meta/recipes-qt/images</filename>,
<filename>meta/recipes-rt/images</filename>,
<filename>meta/recipes-sato/images</filename>, and
<filename>meta-skeleton/recipes-multilib/images</filename> directories
within the <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>.
Although the recipe names are somewhat explanatory, here is a list that describes them:
</para> </para>
<para>
Following, is a list of supported recipes:
<itemizedlist> <itemizedlist>
<listitem><para><emphasis><filename>build-appliance-image</filename>:</emphasis> <listitem><para><emphasis><filename>build-appliance-image</filename>:</emphasis>
An example virtual machine that contains all the pieces required to An example virtual machine that contains all the pieces required to
@@ -167,6 +162,7 @@
An image that launches into the demo application for the embedded An image that launches into the demo application for the embedded
(not based on X11) version of Qt.</para></listitem> (not based on X11) version of Qt.</para></listitem>
</itemizedlist> </itemizedlist>
</para>
</chapter> </chapter>
<!-- <!--
vim: expandtab tw=80 ts=4 vim: expandtab tw=80 ts=4