summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-09 18:27:21 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:23 +0100
commitb0fe31a29d234a0d4a76b388481ca33eb42b3cdf (patch)
tree9985be6f0e98555acf46c3de2394d75c56d683ea /documentation/ref-manual
parent4c73baf4a3aa6ed498ea0f96e22c277e6480f772 (diff)
downloadpoky-b0fe31a29d234a0d4a76b388481ca33eb42b3cdf.tar.gz
ref-manual/ref-variables: add SANITY_TESTED_DISTROS and NATIVELSBSTRING
Tightened up the writing for both entries. (From yocto-docs rev: b6a0679fb74aef4a718e42d20343f5b7ae8e9679) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml51
1 files changed, 49 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a862267769..43f76e9211 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -2527,8 +2527,34 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
2527 2527
2528 </glossdiv> 2528 </glossdiv>
2529 2529
2530<!-- <glossdiv id='var-glossary-n'><title>N</title>--> 2530 <glossdiv id='var-glossary-n'><title>N</title>
2531<!-- </glossdiv>--> 2531
2532 <glossentry id='var-NATIVELSBSTRING'><glossterm>NATIVELSBSTRING</glossterm>
2533 <glossdef>
2534 <para>
2535 A string identifying the host distribution.
2536 Strings consist of the host distributor ID
2537 followed by the release, as reported by the
2538 <filename>lsb_release</filename> tool
2539 or as read from <filename>/etc/lsb-release</filename>.
2540 For example, when running a build on Ubuntu 12.10, the value
2541 is "Ubuntu-12.10".
2542 If this information is unable to be determined, the value
2543 resolves to "Unknown".
2544 </para>
2545 <para>
2546 This variable is used by default to isolate native shared
2547 state packages for different distributions (e.g. to avoid
2548 problems with <filename>glibc</filename> version
2549 incompatibilities).
2550 Additionally, the variable is checked against
2551 <link linkend='var-SANITY_TESTED_DISTROS'><filename>SANITY_TESTED_DISTROS</filename></link>
2552 if that variable is set.
2553 </para>
2554 </glossdef>
2555 </glossentry>
2556
2557 </glossdiv>
2532 2558
2533 <glossdiv id='var-glossary-o'><title>O</title> 2559 <glossdiv id='var-glossary-o'><title>O</title>
2534 2560
@@ -3165,6 +3191,27 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3165 </glossdef> 3191 </glossdef>
3166 </glossentry> 3192 </glossentry>
3167 3193
3194 <glossentry id='var-SANITY_TESTED_DISTROS'><glossterm>SANITY_TESTED_DISTROS</glossterm>
3195 <glossdef>
3196 <para>
3197 A list of the host distribution identifiers that the
3198 build system has been tested against.
3199 Identifiers consist of the host distributor ID
3200 followed by the release,
3201 as reported by the <filename>lsb_release</filename> tool
3202 or as read from <filename>/etc/lsb-release</filename>.)
3203 Separate the list items with explicit newline
3204 characters (<filename>\n</filename>).
3205 If <filename>SANITY_TESTED_DISTROS</filename> is not empty
3206 and the current value of
3207 <link linkend='var-NATIVELSBSTRING'><filename>NATIVELSBSTRING</filename></link>
3208 does not appear in the list, then the build system reports
3209 a warning that indicates the current host distribution has
3210 not been tested as a build host.
3211 </para>
3212 </glossdef>
3213 </glossentry>
3214
3168 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm> 3215 <glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm>
3169 <glossdef> 3216 <glossdef>
3170 <para>Equivalent to 3217 <para>Equivalent to