summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/README
diff options
context:
space:
mode:
authorPeter Seebach <peter.seebach@windriver.com>2012-05-01 20:45:10 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-06 09:55:46 +0100
commit7b078123b78805b5f973b453a07808cdcfa0ae36 (patch)
tree042f7179d25a4d50ddc9acd5b60b57cd978b8a66 /meta/conf/machine/include/README
parent7f11bbb9bbc55001928bec799a39a32e9fa85659 (diff)
downloadpoky-7b078123b78805b5f973b453a07808cdcfa0ae36.tar.gz
conf/machine: Clean up configuration values.
This cleans up and/or corrects a few values from machine includes for consistency with future toolchain sanity checks, and also adds the TUNEVALID and TUNECONFLICTS to documentation.conf. (From OE-Core rev: 6ffe53c721a80cf156b44f59b564f2e899c6af50) Signed-off-by: Peter Seebach <peter.seebach@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/README')
-rw-r--r--meta/conf/machine/include/README4
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
24explanation for what it does. All architectural, cpu, abi, etc tuning 24explanation for what it does. All architectural, cpu, abi, etc tuning
25features must be defined using TUNEVALID. 25features must be defined using TUNEVALID.
26 26
27TUNECONFLICTS[feature] - A list of features which conflict with <feature>.
28New sanity checks will try to reject combinations in which a single
29tuning ends up with features which conflict with each other.
30
27TUNE_FEATURES - This is automatically defined as TUNE_FEATURES_tune-<tune>. 31TUNE_FEATURES - This is automatically defined as TUNE_FEATURES_tune-<tune>.
28See TUNE_FEATURES_tune-<tune> for more information. 32See TUNE_FEATURES_tune-<tune> for more information.
29 33