diff options
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 1264aa5f4a..df46590059 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -2645,6 +2645,22 @@ | |||
| 2645 | </para> | 2645 | </para> |
| 2646 | </section> | 2646 | </section> |
| 2647 | 2647 | ||
| 2648 | <section id='ref-classes-typecheck'> | ||
| 2649 | <title><filename>typecheck.bbclass</filename></title> | ||
| 2650 | |||
| 2651 | <para> | ||
| 2652 | The <filename>typecheck</filename> class provides support for | ||
| 2653 | validating the values of variables set at the configuration level | ||
| 2654 | against their defined types. | ||
| 2655 | The OpenEmbedded build system allows you to define the type of a | ||
| 2656 | variable using the "type" varflag. | ||
| 2657 | Here is an example: | ||
| 2658 | <literallayout class='monospaced'> | ||
| 2659 | IMAGE_FEATURES[type] = "list" | ||
| 2660 | </literallayout> | ||
| 2661 | </para> | ||
| 2662 | </section> | ||
| 2663 | |||
| 2648 | <section id='ref-classes-useradd'> | 2664 | <section id='ref-classes-useradd'> |
| 2649 | <title>Adding Users - <filename>useradd.bbclass</filename></title> | 2665 | <title>Adding Users - <filename>useradd.bbclass</filename></title> |
| 2650 | 2666 | ||
