diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-10-11 09:13:47 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-01 17:09:47 +0000 |
commit | 75c87f08e8a843b903c1b05e119165a47da28cbc (patch) | |
tree | e37c1523ea8d587c0cfdbdd529d6da7bb89756a8 /documentation | |
parent | 95f17e0263ce9f510efe4c09b1fd5c66fb206143 (diff) | |
download | poky-75c87f08e8a843b903c1b05e119165a47da28cbc.tar.gz |
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: 614bbc24272461db6a1534334dae7b758001211d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index ab7b0ff652..835581bae3 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -795,10 +795,10 @@ | |||
795 | <itemizedlist> | 795 | <itemizedlist> |
796 | <listitem><para><emphasis>The <filename>conf</filename> | 796 | <listitem><para><emphasis>The <filename>conf</filename> |
797 | directory:</emphasis> | 797 | directory:</emphasis> |
798 | This directory contains the layers | 798 | This directory contains the layer's configuration file. |
799 | <filename>.conf</filename>. | ||
800 | The root name for the file is the same as the root name | 799 | The root name for the file is the same as the root name |
801 | your provided for the layer. | 800 | your provided for the layer (e.g. |
801 | <filename><layer>.conf</filename>). | ||
802 | </para></listitem> | 802 | </para></listitem> |
803 | <listitem><para><emphasis>The | 803 | <listitem><para><emphasis>The |
804 | <filename>COPYING.MIT</filename>:</emphasis> | 804 | <filename>COPYING.MIT</filename>:</emphasis> |
@@ -815,7 +815,6 @@ | |||
815 | If you choose to generate a sample recipe file, the script | 815 | If you choose to generate a sample recipe file, the script |
816 | prompts you for the name for the recipe and then creates it | 816 | prompts you for the name for the recipe and then creates it |
817 | in <filename><layer>/recipes-example/example/</filename>. | 817 | in <filename><layer>/recipes-example/example/</filename>. |
818 | in a directory named <filename>recipes-example</filename>. | ||
819 | The script creates a <filename>.bb</filename> file and a | 818 | The script creates a <filename>.bb</filename> file and a |
820 | directory, which contains a sample | 819 | directory, which contains a sample |
821 | <filename>helloworld.c</filename> source file and along with | 820 | <filename>helloworld.c</filename> source file and along with |
@@ -850,7 +849,8 @@ | |||
850 | <para> | 849 | <para> |
851 | Once you create your general layer, you must add it to your | 850 | Once you create your general layer, you must add it to your |
852 | <filename>bblayers.conf</filename> file. | 851 | <filename>bblayers.conf</filename> file. |
853 | Here is an example: | 852 | Here is an example where a layer named |
853 | <filename>meta-mylayer</filename> is added: | ||
854 | <literallayout class='monospaced'> | 854 | <literallayout class='monospaced'> |
855 | BBLAYERS = ?" \ | 855 | BBLAYERS = ?" \ |
856 | /usr/local/src/yocto/meta \ | 856 | /usr/local/src/yocto/meta \ |