diff options
| -rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 4900879e4b..869ff550d4 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
| @@ -1858,8 +1858,19 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 1858 | <glossdef> | 1858 | <glossdef> |
| 1859 | <para>Specifies the list of hardware features the | 1859 | <para>Specifies the list of hardware features the |
| 1860 | <link linkend='var-MACHINE'>MACHINE</link> supports. | 1860 | <link linkend='var-MACHINE'>MACHINE</link> supports. |
| 1861 | For example, including the "bluetooth" feature causes the | ||
| 1862 | <filename>bluez</filename> bluetooth daemon to be built and | ||
| 1863 | added to the image. | ||
| 1864 | It also causes the <filename>connman</filename> recipe | ||
| 1865 | to look at <filename>MACHINE_FEATURES</filename> and when it | ||
| 1866 | finds "bluetooth" there it enables the bluetooth | ||
| 1867 | support in ConnMan. | ||
| 1868 | </para> | ||
| 1869 | |||
| 1870 | <para> | ||
| 1861 | For a list of features supported by the Yocto Project as shipped, | 1871 | For a list of features supported by the Yocto Project as shipped, |
| 1862 | see the "<link linkend='ref-features-machine'>Machine</link>" section.</para> | 1872 | see the "<link linkend='ref-features-machine'>Machine</link>" section. |
| 1873 | </para> | ||
| 1863 | </glossdef> | 1874 | </glossdef> |
| 1864 | </glossentry> | 1875 | </glossentry> |
| 1865 | 1876 | ||
