summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-09 18:10:53 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-13 23:57:23 +0100
commit3bb962f1bcf3b443ff15e108c10cde19e6fd88f9 (patch)
tree6008f711133e59ba44ef2b2cd106591e80c3e879 /documentation/ref-manual
parentb0fe31a29d234a0d4a76b388481ca33eb42b3cdf (diff)
downloadpoky-3bb962f1bcf3b443ff15e108c10cde19e6fd88f9.tar.gz
ref-manual/ref-variables: add SIGGEN_EXCLUDERECIPES_ABISAFE
Broke the long first sentence up. (From yocto-docs rev: bfccfc6401c3e1dd88e7a965f1df1a68801844fa) 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.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 43f76e9211..824f6962ee 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -3254,6 +3254,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
3254 </glossdef> 3254 </glossdef>
3255 </glossentry> 3255 </glossentry>
3256 3256
3257 <glossentry id='var-SIGGEN_EXCLUDERECIPES_ABISAFE'><glossterm>SIGGEN_EXCLUDERECIPES_ABISAFE</glossterm>
3258 <glossdef>
3259 <para>
3260 A list of recipes that are completely stable and will
3261 never change.
3262 The ABI for the recipes in the list are presented by
3263 output from the tasks run to build the recipe.
3264 Use of this variable is one way to remove dependencies from
3265 one recipe on another that affect task signatures and
3266 thus force rebuilds when the recipe changes.
3267 <caution>
3268 If you add an inappropriate variable to this list,
3269 other recipes might break when the interface of the
3270 recipe changes after the other recipes have been
3271 built.
3272 </caution>
3273 </para>
3274 </glossdef>
3275 </glossentry>
3276
3257 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS</glossterm> 3277 <glossentry id='var-SITEINFO_ENDIANNESS'><glossterm>SITEINFO_ENDIANNESS</glossterm>
3258 <glossdef> 3278 <glossdef>
3259 <para> 3279 <para>