summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
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>