dev-manual: Updates to section on using script to create general layer

I made some minor edits to this section for better wording.

(From yocto-docs rev: 080a194f4911b97bedcef259ed8a5ab9dc0f9b0a)

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 2013-10-11 09:13:47 -07:00 committed by Richard Purdie
parent 3c576c8025
commit b7f25ec9cd
1 changed files with 5 additions and 5 deletions

View File

@ -795,10 +795,10 @@
<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>
@ -815,7 +815,6 @@
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
@ -850,7 +849,8 @@
<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 \