dev-manual: Applied review comments to creating distro section

Applied two comments sent by Paul Eggleton.

(From yocto-docs rev: d3b61e07b5b9db6a582c76f66a984b9f27812a6f)

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-03-07 04:54:41 -08:00 committed by Richard Purdie
parent a865315674
commit 9a51d0a9d5
1 changed files with 4 additions and 2 deletions

View File

@ -2017,7 +2017,7 @@
<title>Creating Your Own Distribution</title>
<para>
When you build a Linux Yocto image using the Yocto Project and
When you build an image using the Yocto Project and
do not alter any distribution
<link linkend='metadata'>Metadata</link>, you are creating a
Poky distribution.
@ -2093,7 +2093,9 @@
set your
<ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO'><filename>DISTRO</filename></ulink>
variable to point to your distribution's configuration file.
Here is an example:
For example, if your distribution's configuration file is
named <filename>mydistro.conf</filename>, then you point
to it as follows:
<literallayout class='monospaced'>
DISTRO = "mydistro"
</literallayout></para></listitem>