summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-11-25 06:43:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-03 12:54:10 +0000
commit8995214e4705e5ef09721ae3a3878ce2414da97b (patch)
treeba9c007b2335437d059fbc64d490baf9e6d03cc4 /documentation/dev-manual
parent21ea9bced3810ebbaf5eca6021f708268d83ec02 (diff)
downloadpoky-8995214e4705e5ef09721ae3a3878ce2414da97b.tar.gz
dev-manual: Added note about naming your distribution
Added a small note in the section where you create your own distribution to be clear about where the name is set. Reported-by: Robert P. J. Day <rpjday@crashcourse.ca> (From yocto-docs rev: f08fef284cb57cfc982b1fd3b4ca1b6fe5b883cb) 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.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index b533e0d281..67d3ee2f23 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3283,7 +3283,14 @@ the details.
3283 the <filename>conf/distro</filename> directory of your 3283 the <filename>conf/distro</filename> directory of your
3284 layer. 3284 layer.
3285 You need to name it using your distribution name 3285 You need to name it using your distribution name
3286 (e.g. <filename>mydistro.conf</filename>).</para> 3286 (e.g. <filename>mydistro.conf</filename>).
3287 <note>
3288 The
3289 <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO'><filename>DISTRO</filename></ulink>
3290 variable in your
3291 <filename>local.conf</filename> file determines the
3292 name of your distribution.
3293 </note></para>
3287 <para>You can split out parts of your configuration file 3294 <para>You can split out parts of your configuration file
3288 into include files and then "require" them from within 3295 into include files and then "require" them from within
3289 your distribution configuration file. 3296 your distribution configuration file.