From 2123c4d9e5b0bb415f44e9c2d795a94bc265e8d2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 20 Jun 2014 09:22:54 +0300 Subject: ref-manual: Added TUNEVALID[feature] variable to glossary. Fixes [YOCTO #5463] (From yocto-docs rev: e3e69cbe36e0097fdb19ccde2b447c42a59b486f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 19 +++++++++++++++++++ 1 file changed, 19 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 2004a91bec..f1a62dcf40 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9042,6 +9042,25 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + TUNEVALID[<feature>] + + + Specifies a valid CPU or Application Binary Interface (ABI) + tuning feature. + The specified feature is stored as a flag. + Valid features are specified in the machine include files + (e.g. meta/conf/machine/include/arm/arch-arm.inc). + Here is an example from that file: + + TUNEVALID[bigendian] = "Enable big-endian mode." + + See the machine include files in the + Source Directory + for these features. + + + + U -- cgit v1.2.3-54-g00ecf