summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-01-14 15:43:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-17 11:59:50 +0000
commitd8ddafdbff9468b5d03ccd6c31568e9ebc8abf86 (patch)
treefc371ec13c7d03a04b82e5bde83186a70e3ae637 /documentation
parent6d0dd8a6353503bf75e8e49be4dca5e457da3b47 (diff)
downloadpoky-d8ddafdbff9468b5d03ccd6c31568e9ebc8abf86.tar.gz
ref-manual: Drop TUNEABI, TUNEABI_WHITELIST, TUNEABI_OVERRIDE
Following their removal from openembedded-core (From yocto-docs rev: bf98f5a15c33e75315cd14e653f253ef078da614) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst34
1 files changed, 0 insertions, 34 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 073bcefd31..b0621168ae 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -8255,40 +8255,6 @@ system and gives an overview of their function and contents.
8255 8255
8256 TUNE_PKGARCH:tune-core2-32 = "core2-32" 8256 TUNE_PKGARCH:tune-core2-32 = "core2-32"
8257 8257
8258 :term:`TUNEABI`
8259 An underlying Application Binary Interface (ABI) used by a particular
8260 tuning in a given toolchain layer. Providers that use prebuilt
8261 libraries can use the :term:`TUNEABI`,
8262 :term:`TUNEABI_OVERRIDE`, and
8263 :term:`TUNEABI_WHITELIST` variables to check
8264 compatibility of tunings against their selection of libraries.
8265
8266 If :term:`TUNEABI` is undefined, then every tuning is allowed. See the
8267 :ref:`sanity <ref-classes-sanity>` class to see how the variable is
8268 used.
8269
8270 :term:`TUNEABI_OVERRIDE`
8271 If set, the OpenEmbedded system ignores the
8272 :term:`TUNEABI_WHITELIST` variable.
8273 Providers that use prebuilt libraries can use the
8274 :term:`TUNEABI_OVERRIDE`, :term:`TUNEABI_WHITELIST`, and
8275 :term:`TUNEABI` variables to check compatibility of a
8276 tuning against their selection of libraries.
8277
8278 See the :ref:`sanity <ref-classes-sanity>` class to see how the
8279 variable is used.
8280
8281 :term:`TUNEABI_WHITELIST`
8282 A list of permissible :term:`TUNEABI` values. If
8283 :term:`TUNEABI_WHITELIST` is not set, all tunes are allowed. Providers
8284 that use prebuilt libraries can use the :term:`TUNEABI_WHITELIST`,
8285 :term:`TUNEABI_OVERRIDE`, and :term:`TUNEABI`
8286 variables to check compatibility of a tuning against their selection
8287 of libraries.
8288
8289 See the :ref:`sanity <ref-classes-sanity>` class to see how the
8290 variable is used.
8291
8292 :term:`TUNECONFLICTS[feature]` 8258 :term:`TUNECONFLICTS[feature]`
8293 Specifies CPU or Application Binary Interface (ABI) tuning features 8259 Specifies CPU or Application Binary Interface (ABI) tuning features
8294 that conflict with feature. 8260 that conflict with feature.