From 6ffe53c721a80cf156b44f59b564f2e899c6af50 Mon Sep 17 00:00:00 2001 From: Peter Seebach Date: Tue, 1 May 2012 20:45:10 -0500 Subject: 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. Signed-off-by: Peter Seebach Signed-off-by: Richard Purdie --- meta/conf/documentation.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/conf/documentation.conf') diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index f4d62418c6..3e40a77a40 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -34,6 +34,9 @@ TARGET_CC_ARCH[doc] = "FIXME" TARGET_FPU[doc] = "Floating point option (mostly for FPU-less systems), can be 'soft' or empty \ for hardware floating point instructions." +TUNEVALID[doc] = "Descriptions of valid tuning features, stored as flags." +TUNECONFLICTS[doc] = "List of conflicting features for a given feature." + ASSUME_PROVIDED[doc] = "List of packages (recipes actually) which are assumed to be implicitly available.\ These packages won't be built by bitbake." ASSUME_SHLIBS[doc] = "List of shlib:package[_version] mappings. Useful for lib packages in ASSUME_PROVIDED,\ -- cgit 1.2.3-korg