summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-10-11 09:13:47 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-01 17:46:40 +0000
commitb7f25ec9cd6ba6675214f2fdf05cfd17d2cf339b (patch)
treef677b60f095d738fdfa034b1398af38581debcbe /documentation/dev-manual
parent3c576c802590ddfb927d22293c70c9b62529f970 (diff)
downloadpoky-b7f25ec9cd6ba6675214f2fdf05cfd17d2cf339b.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: 080a194f4911b97bedcef259ed8a5ab9dc0f9b0a) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml10
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>&lt;layer&gt;.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>&lt;layer&gt;/recipes-example/example/</filename>. 817 in <filename>&lt;layer&gt;/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 \