diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 33 |
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> |
