]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: bitbake-user-manual: Applied some review comments
authorScott Rifenbark <srifenbark@gmail.com>
Thu, 21 Jul 2016 18:27:57 +0000 (11:27 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Aug 2016 14:22:15 +0000 (15:22 +0100)
Fixes [YOCTO #9985]

Fixed some problems with the changes.  A small typo for an
example and added a clarifying operator in another sentence.

(Bitbake rev: d8ae3775eefe3f7b62fc26cae5b742ae83850c13)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml

index f7b541d9d1dc99635617b89807a675c609ba4f89..fe04103dae209caae415483c5b09017a612e4636 100644 (file)
      FOO_append = "baz"
                     </literallayout>
                     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).
                 </note>
                 Another advantage of the override style operations is that
                 you can combine them with other overrides as described in the
                 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 <filename>A</filename> becoming "Z X" (i.e.
+                variable <filename>A</filename> becoming "ZX" (i.e.
                 <filename>A</filename> is replaced with <filename>A_foo</filename>).
             </para>