diff options
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r-- | meta/conf/documentation.conf | 6 |
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 | ||
37 | TUNEVALID[doc] = "Descriptions of valid tuning features, stored as flags." | 37 | TUNEVALID[doc] = "Descriptions of valid tuning features, stored as flags." |
38 | TUNECONFLICTS[doc] = "List of conflicting features for a given feature." | 38 | TUNECONFLICTS[doc] = "List of conflicting features for a given feature." |
39 | TUNEABI[doc] = "An underlying ABI used by a particular tuning in a given \ | ||
40 | toolchain layer. This feature allows providers using prebuilt \ | ||
41 | libraries to check compatibility of a tuning against their selection \ | ||
42 | of libraries." | ||
43 | TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values; if unset, all are allowed." | ||
44 | TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST." | ||
39 | 45 | ||
40 | ASSUME_PROVIDED[doc] = "List of packages (recipes actually) which are assumed to be implicitly available.\ | 46 | ASSUME_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." |