From 7fe44a4570ecb77c9ed7a9e777f52060a2d0e7d4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 17 Oct 2017 14:18:42 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 33 +++++++++++++++++------------- 1 file changed, 19 insertions(+), 14 deletions(-) (limited to 'documentation') 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 @@ IMAGE_TYPES. - - If you add "live" to IMAGE_FSTYPES - 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. - - - - Due to the way this variable is processed, it is not - possible to update its contents using - _append or - _prepend. To add one or more - additional options to this variable the - += operator must be used. + Notes + + + If you add "live" to + IMAGE_FSTYPES 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. + + + Due to the way the OpenEmbedded build system + processes this variable, you cannot update its + contents by using _append or + _prepend. + You must use the += + operator to add one or more options to the + IMAGE_FSTYPES variable. + + -- cgit v1.2.3-54-g00ecf