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 f7b541d9d1..fe04103dae 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -323,8 +323,9 @@ FOO_append = "baz" The only effect of changing the second assignment in the - previous example is to add a space before "baz" in the - appended value (due to how the "+=" operator works. + previous example to use ":=" would be to add a space before + "baz" in the appended value (due to how the "+=" operator + works). Another advantage of the override style operations is that you can combine them with other overrides as described in the @@ -639,7 +640,7 @@ to "Z", and then further appended with "X" leaving the variable set to "ZX". Finally, applying the override for "foo" results in the conditional - variable A becoming "Z X" (i.e. + variable A becoming "ZX" (i.e. A is replaced with A_foo).