[oe-commits] org.oe.documentation usermanual: creating of own image

hrw commit openembedded-commits at lists.openembedded.org
Sun Oct 15 13:27:06 UTC 2006


usermanual: creating of own image

Author: hrw at openembedded.org
Branch: org.openembedded.documentation
Revision: 39e2c5efc51a410e92ad485869f942974e1a09c1
ViewMTN: http://monotone.openembedded.org/revision.psp?id=39e2c5efc51a410e92ad485869f942974e1a09c1
Files:
1
usermanual/usermanual.xml
Diffs:

#
# mt diff -r563832df3f52c5a91cd839481ff41fda3ba038ec -r39e2c5efc51a410e92ad485869f942974e1a09c1
#
# 
# 
# patch "usermanual/usermanual.xml"
#  from [2edddb8b922c71eb810e543af8117bbceb03b674]
#    to [04c08bd4d808557440928c2d58fe5a0ea322c484]
# 
============================================================
--- usermanual/usermanual.xml	2edddb8b922c71eb810e543af8117bbceb03b674
+++ usermanual/usermanual.xml	04c08bd4d808557440928c2d58fe5a0ea322c484
@@ -369,7 +369,22 @@ Next kernel recipe needs to be added.
 
         <section>
             <title>Creating your own image</title>
-            <para>This section is a stub, help us by expanding it</para>
+<para>
+    Creating own image is easy - only few variables needs to be set:
+    <itemizedlist>
+        <listitem><para><command>IMAGE_BASENAME</command> to give name for own image</para></listitem>
+        <listitem><para><command>IPKG_INSTALL</command> to give list of packages to install into image</para></listitem>
+        <listitem><para><command>RDEPENDS</command> to give list of packages which are needed to be build to create image</para></listitem>
+        <listitem><para><command>IMAGE_LINGUAS</command> is optional list of languages which has to be installed into image</para></listitem>
+    </itemizedlist>
+
+    Then adding of <emphasis>image_ipk</emphasis> class use:
+    <screen>
+inherit image_ipk
+</screen>
+
+And image recipe is ready for usage.
+</para>
         </section>
 
         <section>






More information about the Openembedded-commits mailing list