diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/structure.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index acadd5efa3..e4d8b54bb9 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -172,10 +172,11 @@ targets to build. Here is an example:: | |||
172 | You can also run generated QEMU images with a command like 'runqemu qemux86-64' | 172 | You can also run generated QEMU images with a command like 'runqemu qemux86-64' |
173 | 173 | ||
174 | The default output of the ``oe-init-build-env`` script is from the | 174 | The default output of the ``oe-init-build-env`` script is from the |
175 | ``conf-notes.txt`` file, which is found in the ``meta-poky`` directory | 175 | ``conf-summary.txt`` and ``conf-notes.txt`` files, which are found in the ``meta-poky`` directory |
176 | within the :term:`Source Directory`. If you design a | 176 | within the :term:`Source Directory`. If you design a |
177 | custom distribution, you can include your own version of this | 177 | custom distribution, you can include your own versions of these |
178 | configuration file to mention the targets defined by your distribution. | 178 | configuration files where you can provide a brief summary and detailed usage |
179 | notes, such as a list of the targets defined by your distribution. | ||
179 | See the | 180 | See the |
180 | ":ref:`dev-manual/custom-template-configuration-directory:creating a custom template configuration directory`" | 181 | ":ref:`dev-manual/custom-template-configuration-directory:creating a custom template configuration directory`" |
181 | section in the Yocto Project Development Tasks Manual for more | 182 | section in the Yocto Project Development Tasks Manual for more |