summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
diff options
context:
space:
mode:
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.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