summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-17 14:18:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:07 +0000
commit7fe44a4570ecb77c9ed7a9e777f52060a2d0e7d4 (patch)
treef32e440015c95d2b1fbd65092bd080b33d52b510 /documentation
parent81fbf759a447b35c995ba0157e4cc35c9f556358 (diff)
downloadpoky-7fe44a4570ecb77c9ed7a9e777f52060a2d0e7d4.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml33
1 files changed, 19 insertions, 14 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index bec6caed34..e23d3ad816 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5815,20 +5815,25 @@
5815 <link linkend='var-IMAGE_TYPES'><filename>IMAGE_TYPES</filename></link>. 5815 <link linkend='var-IMAGE_TYPES'><filename>IMAGE_TYPES</filename></link>.
5816 </para> 5816 </para>
5817 5817
5818 <note> 5818 <note><title>Notes</title>
5819 If you add "live" to <filename>IMAGE_FSTYPES</filename> 5819 <itemizedlist>
5820 inside an image recipe, be sure that you do so prior to the 5820 <listitem><para>
5821 "inherit image" line of the recipe or the live image will 5821 If you add "live" to
5822 not build. 5822 <filename>IMAGE_FSTYPES</filename> inside an image
5823 </note> 5823 recipe, be sure that you do so prior to the
5824 5824 "inherit image" line of the recipe or the live
5825 <note> 5825 image will not build.
5826 Due to the way this variable is processed, it is not 5826 </para></listitem>
5827 possible to update its contents using 5827 <listitem><para>
5828 <filename>_append</filename> or 5828 Due to the way the OpenEmbedded build system
5829 <filename>_prepend</filename>. To add one or more 5829 processes this variable, you cannot update its
5830 additional options to this variable the 5830 contents by using <filename>_append</filename> or
5831 <filename>+=</filename> operator must be used. 5831 <filename>_prepend</filename>.
5832 You must use the <filename>+=</filename>
5833 operator to add one or more options to the
5834 <filename>IMAGE_FSTYPES</filename> variable.
5835 </para></listitem>
5836 </itemizedlist>
5832 </note> 5837 </note>
5833 </glossdef> 5838 </glossdef>
5834 </glossentry> 5839 </glossentry>