diff options
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst')
| -rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst index b533d9dc0e..b7c3d8091f 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | |||
| @@ -422,6 +422,12 @@ documentation to a BitBake variable as follows:: | |||
| 422 | 422 | ||
| 423 | CACHE[doc] = "The directory holding the cache of the metadata." | 423 | CACHE[doc] = "The directory holding the cache of the metadata." |
| 424 | 424 | ||
| 425 | .. note:: | ||
| 426 | |||
| 427 | Variable flag names starting with an underscore (``_``) character | ||
| 428 | are allowed but are ignored by ``d.getVarFlags("VAR")`` | ||
| 429 | in Python code. Such flag names are used internally by BitBake. | ||
| 430 | |||
| 425 | Inline Python Variable Expansion | 431 | Inline Python Variable Expansion |
| 426 | -------------------------------- | 432 | -------------------------------- |
| 427 | 433 | ||
