ref-manual: Cleaned up multiple notes for the IMAGE_FSTYPES variable

Combined two note boxes into a single note box with bulleted list.

(From yocto-docs rev: 5684b6cf373ddc5b18e9e4ae4ae12cede30b8235)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2017-10-17 14:18:42 -07:00 committed by Richard Purdie
parent 81fbf759a4
commit 7fe44a4570

View File

@ -5815,20 +5815,25 @@
<link linkend='var-IMAGE_TYPES'><filename>IMAGE_TYPES</filename></link>.
</para>
<note>
If you add "live" to <filename>IMAGE_FSTYPES</filename>
inside an image recipe, be sure that you do so prior to the
"inherit image" line of the recipe or the live image will
not build.
</note>
<note>
Due to the way this variable is processed, it is not
possible to update its contents using
<filename>_append</filename> or
<filename>_prepend</filename>. To add one or more
additional options to this variable the
<filename>+=</filename> operator must be used.
<note><title>Notes</title>
<itemizedlist>
<listitem><para>
If you add "live" to
<filename>IMAGE_FSTYPES</filename> inside an image
recipe, be sure that you do so prior to the
"inherit image" line of the recipe or the live
image will not build.
</para></listitem>
<listitem><para>
Due to the way the OpenEmbedded build system
processes this variable, you cannot update its
contents by using <filename>_append</filename> or
<filename>_prepend</filename>.
You must use the <filename>+=</filename>
operator to add one or more options to the
<filename>IMAGE_FSTYPES</filename> variable.
</para></listitem>
</itemizedlist>
</note>
</glossdef>
</glossentry>