From e83032ce0a3f847e6a8fd5f5b64ee6aa7ec6b404 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 9 Jul 2014 14:59:47 +0300 Subject: bitbake: bitbake-user-manual-metadata.xml: Edits to some operators Added wording to clearly state immediate or delayed application for various operators. Reported-by: Robert P. J. Day (Bitbake rev: 877c4c9a466e26953abd6fe416c2cba092607dac) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../bitbake-user-manual-metadata.xml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'bitbake') diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index a10a660017..b8a77e1fa0 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -159,6 +159,10 @@ using the "+=" and "=+" operators. These operators insert a space between the current value and prepended or appended value. + + + + These operators take immediate effect during parsing. Here are some examples: B = "bval" @@ -178,6 +182,10 @@ If you want to append or prepend values without an inserted space, use the ".=" and "=." operators. + + + + These operators take immediate effect during parsing. Here are some examples: B = "bval" @@ -198,6 +206,13 @@ You can also append and prepend a variable's value using an override style syntax. When you use this syntax, no spaces are inserted. + + + + These operators differ from the ":=", ".=", "=.", "+=", and "=+" + operators in that their effects are deferred + until after parsing completes rather than being immediately + applied. Here are some examples: B = "bval" @@ -217,13 +232,6 @@ override syntax. - - - The operators "_append" and "_prepend" differ from - the operators ".=" and "=." in that they are deferred - until after parsing completes rather than being immediately - applied. -
-- cgit 1.2.3-korg