diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-09 18:10:53 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-13 23:57:16 +0100 |
| commit | f966fda92deea47b9e7d1b6181b2f90269cfd88f (patch) | |
| tree | 2d53a017cfceff4de8ebd3fc9031a5cdfbbd8de2 /documentation/ref-manual | |
| parent | ba7fb313074972e153f946456b02298c6befed01 (diff) | |
| download | poky-f966fda92deea47b9e7d1b6181b2f90269cfd88f.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.xml | 20 |
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> |
