From 0d287cdf481c549c91b38b48c97905e539add1a4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 20 Jun 2014 09:34:23 +0300 Subject: ref-manual: Added TUNECONFLICT[feature] to glossary. Fixes [YOCTO #5463] (From yocto-docs rev: 914a9f0244e95a6d11af4c5312b10375267360a0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'documentation/ref-manual/ref-variables.xml') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f1a62dcf40..c1dce009b6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9042,6 +9042,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + TUNECONFLICT[<feature>] + + + Specifies CPU or Application Binary Interface (ABI) + tuning features that conflict with >feature<. + + + + Known tuning conflicts are specified in the machine include + files in the + Source Directory. + Here is an example from the + meta/conf/machine/include/mips/arch-mips.inc + include file that lists the "o32" and "n64" features as + conflicting with the "n32" feature: + + TUNECONFLICTS[n32] = "o32 n64" + + + + + TUNEVALID[<feature>] -- cgit v1.2.3-54-g00ecf