diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-27 08:18:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:30 +0000 |
commit | f7d04563343c6c2780cd596c8af87627a4467910 (patch) | |
tree | 2621df6bb8d4bb58aab5b38c8f17ec8e48cd3004 | |
parent | d68f52fbcde7e459545c5868533619d29bc93ae3 (diff) | |
download | poky-f7d04563343c6c2780cd596c8af87627a4467910.tar.gz |
ref-manual: Added classes_distro_features class.
(From yocto-docs rev: ae263641ec3a03a2f6b968431500573ba4f9adab)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index baf29ea157..7124c49560 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -515,6 +515,26 @@ | |||
515 | </para> | 515 | </para> |
516 | </section> | 516 | </section> |
517 | 517 | ||
518 | <section id='ref-classes-distro_features_check'> | ||
519 | <title><filename>distro_features_check.bbclass</filename></title> | ||
520 | |||
521 | <para> | ||
522 | The Distribution Features Check (<filename>distro_features_check</filename>) class | ||
523 | allows individual recipes to check for required and conflicting | ||
524 | <link linkend='var-DISTRO_FEATURES'><filename>DISTRO_FEATURES</filename></link>. | ||
525 | </para> | ||
526 | |||
527 | <para> | ||
528 | This class provides support for the | ||
529 | <link linkend='var-REQUIRED_DISTRO_FEATURES'><filename>REQUIRED_DISTRO_FEATURES</filename></link> | ||
530 | and | ||
531 | <link linkend='var-CONFLICT_DISTRO_FEATURES'><filename>CONFLICT_DISTRO_FEATURES</filename></link> | ||
532 | variables. | ||
533 | If any conditions specified in the recipe using the above variables are | ||
534 | not met, the recipe will be skipped. | ||
535 | </para> | ||
536 | </section> | ||
537 | |||
518 | <section id='ref-classes-debian'> | 538 | <section id='ref-classes-debian'> |
519 | <title>Debian Renaming - <filename>debian.bbclass</filename></title> | 539 | <title>Debian Renaming - <filename>debian.bbclass</filename></title> |
520 | 540 | ||