diff options
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 7 |
1 files changed, 4 insertions, 3 deletions
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 @@ | |||
323 | FOO_append = "baz" | 323 | FOO_append = "baz" |
324 | </literallayout> | 324 | </literallayout> |
325 | The only effect of changing the second assignment in the | 325 | The only effect of changing the second assignment in the |
326 | previous example is to add a space before "baz" in the | 326 | previous example to use ":=" would be to add a space before |
327 | appended value (due to how the "+=" operator works. | 327 | "baz" in the appended value (due to how the "+=" operator |
328 | works). | ||
328 | </note> | 329 | </note> |
329 | Another advantage of the override style operations is that | 330 | Another advantage of the override style operations is that |
330 | you can combine them with other overrides as described in the | 331 | you can combine them with other overrides as described in the |
@@ -639,7 +640,7 @@ | |||
639 | to "Z", and then further appended with | 640 | to "Z", and then further appended with |
640 | "X" leaving the variable set to "ZX". | 641 | "X" leaving the variable set to "ZX". |
641 | Finally, applying the override for "foo" results in the conditional | 642 | Finally, applying the override for "foo" results in the conditional |
642 | variable <filename>A</filename> becoming "Z X" (i.e. | 643 | variable <filename>A</filename> becoming "ZX" (i.e. |
643 | <filename>A</filename> is replaced with <filename>A_foo</filename>). | 644 | <filename>A</filename> is replaced with <filename>A_foo</filename>). |
644 | </para> | 645 | </para> |
645 | 646 | ||