diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-07 04:54:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 17:08:42 +0000 |
commit | 9a51d0a9d5b5b80756bd3b4562fd2abea6b3f9ef (patch) | |
tree | c344d98138055b4acdb98c4454732d8349817d88 /documentation/dev-manual | |
parent | a865315674c204a1483b398832588521c8f5ea36 (diff) | |
download | poky-9a51d0a9d5b5b80756bd3b4562fd2abea6b3f9ef.tar.gz |
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 1db35c6d7d..69a42542da 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -2017,7 +2017,7 @@ | |||
2017 | <title>Creating Your Own Distribution</title> | 2017 | <title>Creating Your Own Distribution</title> |
2018 | 2018 | ||
2019 | <para> | 2019 | <para> |
2020 | When you build a Linux Yocto image using the Yocto Project and | 2020 | When you build an image using the Yocto Project and |
2021 | do not alter any distribution | 2021 | do not alter any distribution |
2022 | <link linkend='metadata'>Metadata</link>, you are creating a | 2022 | <link linkend='metadata'>Metadata</link>, you are creating a |
2023 | Poky distribution. | 2023 | Poky distribution. |
@@ -2093,7 +2093,9 @@ | |||
2093 | set your | 2093 | set your |
2094 | <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO'><filename>DISTRO</filename></ulink> | 2094 | <ulink url='&YOCTO_DOCS_REF_URL;#var-DISTRO'><filename>DISTRO</filename></ulink> |
2095 | variable to point to your distribution's configuration file. | 2095 | variable to point to your distribution's configuration file. |
2096 | Here is an example: | 2096 | For example, if your distribution's configuration file is |
2097 | named <filename>mydistro.conf</filename>, then you point | ||
2098 | to it as follows: | ||
2097 | <literallayout class='monospaced'> | 2099 | <literallayout class='monospaced'> |
2098 | DISTRO = "mydistro" | 2100 | DISTRO = "mydistro" |
2099 | </literallayout></para></listitem> | 2101 | </literallayout></para></listitem> |