From 71619842de5b034ee37eac1fba9dc19090141dae Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Mon, 25 Nov 2013 11:35:58 -0800 Subject: [PATCH] ref-manual: add usage NOTE to IMAGE_FSTYPES Due to the way in which IMAGE_FSTYPES is processed, it is not possible to modify it using _append or _prepend. Therefore add a note to the manual to warn users in case they stumble on this issue. (From yocto-docs rev: 304e196329842d04356775fb8ad5d73466413e66) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index fb337913ca..67ea422618 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -2199,6 +2199,15 @@ you can choose, see IMAGE_TYPES. + + + 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. +