mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
ref-manual: Expanded CLASSOVERRIDE variable example description.
(From yocto-docs rev: d393de9d80e533cf6ed89d967c21b5edb96cafd9) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
21dde6f3fc
commit
96b948af5f
@@ -905,7 +905,9 @@
|
||||
variable goes into
|
||||
<link linkend='var-OVERRIDES'><filename>OVERRIDES</filename></link>
|
||||
and then can be used as an override.
|
||||
Here is an example:
|
||||
Here is an example where "python-native" is added to
|
||||
<link linkend='var-DEPENDS'><filename>DEPENDS</filename></link>
|
||||
only when building for the native case:
|
||||
<literallayout class='monospaced'>
|
||||
DEPENDS_append_class-native = " python-native"
|
||||
</literallayout>
|
||||
|
||||
Reference in New Issue
Block a user