summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-09 04:29:33 -1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-10 14:43:30 +0000
commit975e3fb53cd69ce4d1267874c801175c90008453 (patch)
treef5026539835c707ee644ef0a6006e1252a4ce022 /bitbake
parente88156061915a2e21748070a0492a5e8a33b4dc7 (diff)
downloadpoky-975e3fb53cd69ce4d1267874c801175c90008453.tar.gz
bitbake: bitbake-user-manual: details about variable flags starting with underscore
Fixes [YOCTO #14140] (Bitbake rev: 8a08e207854810b40b53946ec94065a6a560a7a5) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 0f3e9d87168813ce49995ff04bccdce11c5f7b47) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst6
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
425Inline Python Variable Expansion 431Inline Python Variable Expansion
426-------------------------------- 432--------------------------------
427 433