From 58aa9f81554a76b877a267ab98e0fae4fb9ed73c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 13 Jan 2022 21:25:41 +0000 Subject: sanity: Drop TUNEABI, TUNEABI_WHITELIST, TUNEABI_OVERRIDE These were added nearly a decade ago but there are no users in OE-Core. I checked with the likely users and they seem to have no current usage either. Therefore remove them. If needed for some prebuilt library somewhere, they could be implemented in the layer using them instead but I doubt these are in use any longer. (From OE-Core rev: 95e196babc3c18dcf0aedfb03e85493c8ae54700) Signed-off-by: Richard Purdie --- meta/conf/documentation.conf | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/conf/documentation.conf') diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf index f63f4b223a..6b50ad08a8 100644 --- a/meta/conf/documentation.conf +++ b/meta/conf/documentation.conf @@ -440,9 +440,6 @@ TOOLCHAIN_TARGET_TASK[doc] = "This variable lists packages the OpenEmbedded buil TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images." TRANSLATED_TARGET_ARCH[doc] = "A sanitized version of TARGET_ARCH. This variable is used where the architecture is needed in a value where underscores are not allowed." TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages." -TUNEABI[doc] = "An underlying ABI used by a particular tuning in a given toolchain layer. This feature allows providers using prebuilt libraries to check compatibility of a tuning against their selection of libraries." -TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST." -TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed." TUNECONFLICTS[doc] = "List of conflicting features for a given feature." TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features." -- cgit v1.2.3-54-g00ecf