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