diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-30 13:54:59 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-14 17:24:00 +0000 |
| commit | 58f61cf79eb0796864c090b1ec0203760c6ec3ae (patch) | |
| tree | d5debf6079055b25982a1e1d683218c24eb9824c /documentation | |
| parent | 78f10655cdcb847598ebdbbfa0dcb9df0059fecf (diff) | |
| download | poky-58f61cf79eb0796864c090b1ec0203760c6ec3ae.tar.gz | |
ref-manual: new BB_DANGLINGAPPENDS_WARNONLY variable added to glossary.
Fixes YOCTO #3662
New entry added.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: 73f8b28f6b6cea16cf63b99db88c961f87088fe1)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 98557f0a79..3088123581 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -120,6 +120,39 @@ | |||
| 120 | </glossdef> | 120 | </glossdef> |
| 121 | </glossentry> | 121 | </glossentry> |
| 122 | 122 | ||
| 123 | <glossentry id='var-BB_DANGLINGAPPENDS_WARNONLY'><glossterm>BB_DANGLINGAPPENDS_WARNONLY</glossterm> | ||
| 124 | <glossdef> | ||
| 125 | <para> | ||
| 126 | Defines how BitBake handles situations where an append | ||
| 127 | file (<filename>.bbappend</filename>) has no | ||
| 128 | corresponding recipe file (<filename>.bb</filename>). | ||
| 129 | This condition often occurs when layers get out of sync | ||
| 130 | (e.g. <filename>oe-core</filename> bumps a | ||
| 131 | recipe version and the old recipe no longer exists and the | ||
| 132 | other layer has not been updated to the new version | ||
| 133 | of the recipe yet). | ||
| 134 | </para> | ||
| 135 | |||
| 136 | <para> | ||
| 137 | The default fatal behavior is safest because it is | ||
| 138 | the sane reaction given something is out of sync. | ||
| 139 | It is important to realize when your changes are no longer | ||
| 140 | being applied. | ||
| 141 | </para> | ||
| 142 | |||
| 143 | <para> | ||
| 144 | You can change the default behavior by setting this | ||
| 145 | variable to "1" in the <filename>local.conf</filename> | ||
| 146 | file in the | ||
| 147 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | ||
| 148 | as follows: | ||
| 149 | <literallayout class='monospaced'> | ||
| 150 | BB_DANGLINGAPPENDS_WARNONLY = "1" | ||
| 151 | </literallayout> | ||
| 152 | </para> | ||
| 153 | </glossdef> | ||
| 154 | </glossentry> | ||
| 155 | |||
| 123 | <glossentry id='var-BB_DISKMON_DIRS'><glossterm>BB_DISKMON_DIRS</glossterm> | 156 | <glossentry id='var-BB_DISKMON_DIRS'><glossterm>BB_DISKMON_DIRS</glossterm> |
| 124 | <glossdef> | 157 | <glossdef> |
| 125 | <para> | 158 | <para> |
