diff options
Diffstat (limited to 'meta/conf/machine/include/README')
-rw-r--r-- | meta/conf/machine/include/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/include/README b/meta/conf/machine/include/README index 6a3a63dbca..e4b59c9566 100644 --- a/meta/conf/machine/include/README +++ b/meta/conf/machine/include/README | |||
@@ -24,6 +24,10 @@ TUNEVALID[feature] - The <feature> is defined with a human readable | |||
24 | explanation for what it does. All architectural, cpu, abi, etc tuning | 24 | explanation for what it does. All architectural, cpu, abi, etc tuning |
25 | features must be defined using TUNEVALID. | 25 | features must be defined using TUNEVALID. |
26 | 26 | ||
27 | TUNECONFLICTS[feature] - A list of features which conflict with <feature>. | ||
28 | New sanity checks will try to reject combinations in which a single | ||
29 | tuning ends up with features which conflict with each other. | ||
30 | |||
27 | TUNE_FEATURES - This is automatically defined as TUNE_FEATURES_tune-<tune>. | 31 | TUNE_FEATURES - This is automatically defined as TUNE_FEATURES_tune-<tune>. |
28 | See TUNE_FEATURES_tune-<tune> for more information. | 32 | See TUNE_FEATURES_tune-<tune> for more information. |
29 | 33 | ||