]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Updates to section on using script to create general layer
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 11 Oct 2013 16:13:47 +0000 (09:13 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Nov 2013 17:09:47 +0000 (17:09 +0000)
I made some minor edits to this section for better wording.

(From yocto-docs rev: 614bbc24272461db6a1534334dae7b758001211d)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/dev-manual/dev-manual-common-tasks.xml

index ab7b0ff652478b8cddf1826b4748a864c08a8ea0..835581bae37b21ae49e36e1e818c74da293777ff 100644 (file)
                 <itemizedlist>
                     <listitem><para><emphasis>The <filename>conf</filename>
                         directory:</emphasis>
-                        This directory contains the layers
-                        <filename>.conf</filename>.
+                        This directory contains the layer's configuration file.
                         The root name for the file is the same as the root name
-                        your provided for the layer.
+                        your provided for the layer (e.g. 
+                        <filename>&lt;layer&gt;.conf</filename>).
                         </para></listitem>
                     <listitem><para><emphasis>The
                         <filename>COPYING.MIT</filename>:</emphasis>
                 If you choose to generate a sample recipe file, the script
                 prompts you for the name for the recipe and then creates it
                 in <filename>&lt;layer&gt;/recipes-example/example/</filename>.
-                in a directory named <filename>recipes-example</filename>.
                 The script creates a <filename>.bb</filename> file and a
                 directory, which contains a sample
                 <filename>helloworld.c</filename> source file and along with
             <para>
                 Once you create your general layer, you must add it to your
                 <filename>bblayers.conf</filename> file.
-                Here is an example:
+                Here is an example where a layer named 
+                <filename>meta-mylayer</filename> is added:
                 <literallayout class='monospaced'>
      BBLAYERS = ?" \
         /usr/local/src/yocto/meta \