[bitbake-devel] [PATCH 2/2] bitbake-user-manual: key-expansion: Don't refer to overrides

Jacob Kroon jacob.kroon at gmail.com
Tue Sep 10 13:43:28 UTC 2019


Nowadays bitbake applies overrides dynamically, not at a single
specific point in time during parsing.

Signed-off-by: Jacob Kroon <jacob.kroon at gmail.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index 6b49d7fa..421364c2 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -799,17 +799,15 @@
             <title>Key Expansion</title>
 
             <para>
-                Key expansion happens when the BitBake datastore is finalized
-                just before BitBake expands overrides.
+                Key expansion happens when the BitBake datastore is finalized.
                 To better understand this, consider the following example:
                 <literallayout class='monospaced'>
      A${B} = "X"
      B = "2"
      A2 = "Y"
                 </literallayout>
-                In this case, after all the parsing is complete, and
-                before any overrides are handled, BitBake expands
-                <filename>${B}</filename> into "2".
+                In this case, after all the parsing is complete,
+                BitBake expands <filename>${B}</filename> into "2".
                 This expansion causes <filename>A2</filename>, which was
                 set to "Y" before the expansion, to become "X".
             </para>
-- 
2.21.0



More information about the bitbake-devel mailing list