summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/documentation.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 3e40a77a40..004a16c6a7 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -36,6 +36,12 @@ for hardware floating point instructions."
36 36
37TUNEVALID[doc] = "Descriptions of valid tuning features, stored as flags." 37TUNEVALID[doc] = "Descriptions of valid tuning features, stored as flags."
38TUNECONFLICTS[doc] = "List of conflicting features for a given feature." 38TUNECONFLICTS[doc] = "List of conflicting features for a given feature."
39TUNEABI[doc] = "An underlying ABI used by a particular tuning in a given \
40toolchain layer. This feature allows providers using prebuilt \
41libraries to check compatibility of a tuning against their selection \
42of libraries."
43TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values; if unset, all are allowed."
44TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST."
39 45
40ASSUME_PROVIDED[doc] = "List of packages (recipes actually) which are assumed to be implicitly available.\ 46ASSUME_PROVIDED[doc] = "List of packages (recipes actually) which are assumed to be implicitly available.\
41 These packages won't be built by bitbake." 47 These packages won't be built by bitbake."