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" Specifies the list of hardware features the MACHINE supports. + For example, including the "bluetooth" feature causes the + bluez bluetooth daemon to be built and + added to the image. + It also causes the connman recipe + to look at MACHINE_FEATURES and when it + finds "bluetooth" there it enables the bluetooth + support in ConnMan. + + + For a list of features supported by the Yocto Project as shipped, - see the "Machine" section. + see the "Machine" section. +