summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-03-07 17:50:36 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-08 09:45:57 +0000
commit13e483fd4589079511676dc2135ac6e3e63769a4 (patch)
tree70b88e4888aaac4f556c74c139b748be37595861 /bitbake/doc
parent66882ee02a0c476130e0950635fb3b4b938a6134 (diff)
downloadpoky-13e483fd4589079511676dc2135ac6e3e63769a4.tar.gz
bitbake: bitbake-user-manual: yet another overrides syntax update
(Bitbake rev: 9abf9fcd15279cf8c993efcb914a0092f74a814e) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst2
1 files changed, 1 insertions, 1 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 97114ed6cb..29672a7bdc 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -530,7 +530,7 @@ variable.
530 variable lists three overrides: "architecture", "os", and "machine". 530 variable lists three overrides: "architecture", "os", and "machine".
531 The variable ``TEST`` by itself has a default value of "default". You 531 The variable ``TEST`` by itself has a default value of "default". You
532 select the os-specific version of the ``TEST`` variable by appending 532 select the os-specific version of the ``TEST`` variable by appending
533 the "os" override to the variable (i.e. ``TEST_os``). 533 the "os" override to the variable (i.e. ``TEST:os``).
534 534
535 To better understand this, consider a practical example that assumes 535 To better understand this, consider a practical example that assumes
536 an OpenEmbedded metadata-based Linux kernel recipe file. The 536 an OpenEmbedded metadata-based Linux kernel recipe file. The