mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
documentationo: poky-ref-manual - Added example to MACHINE_FEATURES.
Fixes [YOCTO #3292] Provided a specific example for how adding a feature through the MACHINE_FEATURES variable can affect the build. (From yocto-docs rev: a768c88c73ef15a1e40e2547b6bb12ef276472b5) 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
e1eb798cd3
commit
04cb323e66
@@ -1858,8 +1858,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
<glossdef>
|
<glossdef>
|
||||||
<para>Specifies the list of hardware features the
|
<para>Specifies the list of hardware features the
|
||||||
<link linkend='var-MACHINE'>MACHINE</link> supports.
|
<link linkend='var-MACHINE'>MACHINE</link> supports.
|
||||||
|
For example, including the "bluetooth" feature causes the
|
||||||
|
<filename>bluez</filename> bluetooth daemon to be built and
|
||||||
|
added to the image.
|
||||||
|
It also causes the <filename>connman</filename> recipe
|
||||||
|
to look at <filename>MACHINE_FEATURES</filename> and when it
|
||||||
|
finds "bluetooth" there it enables the bluetooth
|
||||||
|
support in ConnMan.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
For a list of features supported by the Yocto Project as shipped,
|
For a list of features supported by the Yocto Project as shipped,
|
||||||
see the "<link linkend='ref-features-machine'>Machine</link>" section.</para>
|
see the "<link linkend='ref-features-machine'>Machine</link>" section.
|
||||||
|
</para>
|
||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</glossentry>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user