From eb282b797e07f807f8c9c86439c8c906b78f9412 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 21 Jul 2016 10:51:11 -0700 Subject: bitbake: bitbake-user-manual: Fixed override operator syntax. I had inconsistent usage of the "_append" style operator syntax in the chaper. I was using a mix of _append and "_append". I changed to "_append" for consistency. (Bitbake rev: 5c5b88e402376268baa15c5d04d2592f28d76751) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'bitbake/doc') 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 a3bfce7978..436abd5ec1 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -280,8 +280,7 @@ - Like _append and - _prepend, _remove + Like "_append" and "_prepend", "_remove" is deferred until after parsing completes. @@ -294,7 +293,7 @@ "_append", "_prepend", and "_remove" as compared to the "+=" and "=+" operators is that the override style operators provide guaranteed operations. - For example, consider a class iilename>foo.bbclass + For example, consider a class foo.bbclass that needs to add the value "val" to the variable FOO, and a recipe that uses foo.bbclass as follows: @@ -350,8 +349,7 @@ You can define, append, and prepend values to variable flags. All the standard syntax operations previously mentioned work for variable flags except for override style syntax - (i.e. _prepend, _append, - and _remove). + (i.e. "_prepend", "_append", and "_remove"). @@ -645,7 +643,7 @@ Initially, A is set to "1 45" because of the three statements that use immediate operators. After these assignments are made, BitBake applies the - _append operations. + "_append" operations. Those operations result in A becoming "1 4523". -- cgit v1.2.3-54-g00ecf