aboutsummaryrefslogtreecommitdiffstats
path: root/doc/bitbake-user-manual
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:13 +0000
commit9abf9fcd15279cf8c993efcb914a0092f74a814e (patch)
tree9cc2aabdc7edfe8d51ab6cdba68dc1692134bd9d /doc/bitbake-user-manual
parentad2307823a96e91873d804aa9d8f11c9ff39bec0 (diff)
downloadbitbake-9abf9fcd15279cf8c993efcb914a0092f74a814e.tar.gz
bitbake-user-manual: yet another overrides syntax update
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc/bitbake-user-manual')
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-metadata.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 97114ed6c..29672a7bd 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -530,7 +530,7 @@ variable.
variable lists three overrides: "architecture", "os", and "machine".
The variable ``TEST`` by itself has a default value of "default". You
select the os-specific version of the ``TEST`` variable by appending
- the "os" override to the variable (i.e. ``TEST_os``).
+ the "os" override to the variable (i.e. ``TEST:os``).
To better understand this, consider a practical example that assumes
an OpenEmbedded metadata-based Linux kernel recipe file. The