[oe-commits] org.oe.documentation usermanual: added some infos about adding machine

hrw commit openembedded-commits at lists.openembedded.org
Sun Oct 15 12:01:42 UTC 2006


usermanual: added some infos about adding machine

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

#
# mt diff -r6276a5086b3d56360a564f97f7f779e360d51910 -r6ed7e98b3df5354ec2dea389757cd8b376fd2891
#
# 
# 
# patch "usermanual/usermanual.xml"
#  from [a588b387db2681638f57e7d1b3f55bb415d166de]
#    to [9b8dce0849cc476065e906030b026404fd236f79]
# 
============================================================
--- usermanual/usermanual.xml	a588b387db2681638f57e7d1b3f55bb415d166de
+++ usermanual/usermanual.xml	9b8dce0849cc476065e906030b026404fd236f79
@@ -313,7 +313,19 @@ and the resulting <command>task-base</co
 
         <section>
             <title>Adding a new Machine</title>
-            <para>This section is a stub, help us by expanding it</para>
+<para>To be able to build for device OpenEmbedded have to know it, so machine config file need to be written. All those configs are stored in /conf/machine/ directory.</para>
+
+<para>As usual some variables are required:
+      <itemizedlist>
+          <listitem><para><command>TARGET_ARCH</command> which describe which CPU architecture does machine use.</para></listitem>
+          <listitem><para><command>MACHINE_FEATURES</command> which describe which features device has. More about it in <link linkend="task-base">task-base</link> section.</para></listitem>
+          <listitem><para><command>PREFERRED_PROVIDER_virtual/kernel</command> has to point into proper kernel recipe for this machine.</para></listitem>
+      </itemizedlist>
+</para>
+
+<para>
+Next kernel recipe needs to be added.
+</para>
         </section>
 
         <section>






More information about the Openembedded-commits mailing list