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