diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-07 17:33:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-08 09:45:57 +0000 |
commit | 79db1028ca80093d3ce7a378cbf9fc3acd2a27ac (patch) | |
tree | 1dfeddd9d5c30dcfa9653088546af3716bd60ee6 /bitbake | |
parent | 13e483fd4589079511676dc2135ac6e3e63769a4 (diff) | |
download | poky-79db1028ca80093d3ce7a378cbf9fc3acd2a27ac.tar.gz |
bitbake: bitbake-user-manual: update allowed characters in overrides
(Bitbake rev: b12d4fe049c80fa6b042d5cd852b4d602221321d)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.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.rst | 4 |
1 files changed, 2 insertions, 2 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 29672a7bdc..ea42d77ca1 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | |||
@@ -510,8 +510,8 @@ variable. | |||
510 | 510 | ||
511 | .. note:: | 511 | .. note:: |
512 | 512 | ||
513 | Overrides can only use lower-case characters. Additionally, | 513 | Overrides can only use lower-case characters, digits and dashes. |
514 | colons are not permitted in override names as they are used to | 514 | In particular, colons are not permitted in override names as they are used to |
515 | separate overrides from each other and from the variable name. | 515 | separate overrides from each other and from the variable name. |
516 | 516 | ||
517 | - *Selecting a Variable:* The :term:`OVERRIDES` variable is a | 517 | - *Selecting a Variable:* The :term:`OVERRIDES` variable is a |