diff options
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 44f3bd96d5..bdddfb3301 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -600,12 +600,14 @@ Core layer for images cannot be removed | |||
| 600 | 600 | ||
| 601 | <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> | 601 | <glossentry id='var-COMPATIBLE_MACHINE'><glossterm>COMPATIBLE_MACHINE</glossterm> |
| 602 | <glossdef> | 602 | <glossdef> |
| 603 | <para>A regular expression which evaluates to match the machines the recipe | 603 | <para>A regular expression that evaluates to match the machines |
| 604 | works with. | 604 | with which the recipe works. |
| 605 | It stops recipes being run on machines for which they are not compatible. | 605 | You can use the variable to stop recipes from being run |
| 606 | on machines for which they are not compatible. | ||
| 606 | This is particularly useful with kernels. | 607 | This is particularly useful with kernels. |
| 607 | It also helps to increase parsing speed as further parsing of the recipe is skipped | 608 | The variable also helps to increase parsing speed as |
| 608 | if it is found the current machine is not compatible.</para> | 609 | further parsing of the recipe is skipped if it is found |
| 610 | the current machine is not compatible.</para> | ||
| 609 | </glossdef> | 611 | </glossdef> |
| 610 | </glossentry> | 612 | </glossentry> |
| 611 | 613 | ||
