diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-11-16 08:43:39 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 13:52:57 +0000 |
commit | 4c2b2fc32462866b8cb133b4cb44ce9f7f3159ed (patch) | |
tree | 0b21563a786dfce71015ebc22bcc4b339bfef244 /documentation/poky-ref-manual | |
parent | 6a293628026f2f1e218c278ffdffa98747cbeaca (diff) | |
download | poky-4c2b2fc32462866b8cb133b4cb44ce9f7f3159ed.tar.gz |
documentation: poky-ref-manual - new COMBINED_FEATURES variable.
Fixes [YOCTO #3292]
Partial fix for this bug.
(From yocto-docs rev: 300d23b29d8abf236cbfa6f2630322c58ca67854)
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')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index a5320283f6..4900879e4b 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -469,6 +469,15 @@ | |||
469 | </glossdef> | 469 | </glossdef> |
470 | </glossentry> | 470 | </glossentry> |
471 | 471 | ||
472 | <glossentry id='var-COMBINED_FEATURES'><glossterm>COMBINED_FEATURES</glossterm> | ||
473 | <glossdef> | ||
474 | <para>A set of features common between | ||
475 | <link linkend='var-MACHINE_FEATURES'><filename>MACHINE_FEATURES</filename></link> | ||
476 | and <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link>. | ||
477 | See the glossary descriptions for these variables for more information.</para> | ||
478 | </glossdef> | ||
479 | </glossentry> | ||
480 | |||
472 | <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> | 481 | <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> |
473 | <glossdef> | 482 | <glossdef> |
474 | <para>A regular expression which evaluates to match the machines the recipe | 483 | <para>A regular expression which evaluates to match the machines the recipe |