From 04cb323e66b043bbe7946faa1683f63cd046f9c1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 16 Nov 2012 13:18:34 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-variables.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'documentation/poky-ref-manual/ref-variables.xml') 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. + -- cgit v1.2.3-54-g00ecf