mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
66882ee02a
commit
13e483fd45
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user