summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-11-16 13:18:34 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 13:52:57 +0000
commit04cb323e66b043bbe7946faa1683f63cd046f9c1 (patch)
tree1520e2be94ee3a649037733083be173ca46feef7 /documentation/poky-ref-manual/ref-variables.xml
parente1eb798cd35caf41a95a483977d6351434cf4ff9 (diff)
downloadpoky-04cb323e66b043bbe7946faa1683f63cd046f9c1.tar.gz
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>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml13
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