diff options
| -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 | ||
