summaryrefslogtreecommitdiffstats
path: root/meta/conf/documentation.conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-13 21:25:41 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-14 09:25:31 +0000
commit58aa9f81554a76b877a267ab98e0fae4fb9ed73c (patch)
tree9c8f3393d55872e7dcba32e783ccc311d2233fea /meta/conf/documentation.conf
parent641149f449cfc7addad994cedf3b029814363f8e (diff)
downloadpoky-58aa9f81554a76b877a267ab98e0fae4fb9ed73c.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/documentation.conf')
-rw-r--r--meta/conf/documentation.conf3
1 files changed, 0 insertions, 3 deletions
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
440TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images." 440TOPDIR[doc] = "The Build Directory. BitBake automatically sets this variable. The OpenEmbedded build system uses the Build Directory when building images."
441TRANSLATED_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." 441TRANSLATED_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."
442TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages." 442TUNE_PKGARCH[doc] = "The package architecture understood by the packaging system to define the architecture, ABI, and tuning of output packages."
443TUNEABI[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."
444TUNEABI_OVERRIDE[doc] = "If set, ignores TUNEABI_WHITELIST."
445TUNEABI_WHITELIST[doc] = "A whitelist of permissible TUNEABI values. If the variable is not set, all values are allowed."
446TUNECONFLICTS[doc] = "List of conflicting features for a given feature." 443TUNECONFLICTS[doc] = "List of conflicting features for a given feature."
447TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features." 444TUNEVALID[doc] = "Descriptions, stored as flags, of valid tuning features."
448 445