diff options
Diffstat (limited to 'documentation/ref-manual/migration-2.0.rst')
-rw-r--r-- | documentation/ref-manual/migration-2.0.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/documentation/ref-manual/migration-2.0.rst b/documentation/ref-manual/migration-2.0.rst index 9da60dfdcb..8319b0ee36 100644 --- a/documentation/ref-manual/migration-2.0.rst +++ b/documentation/ref-manual/migration-2.0.rst | |||
@@ -25,8 +25,7 @@ and the porting guide at | |||
25 | https://gcc.gnu.org/gcc-5/porting_to.html. | 25 | https://gcc.gnu.org/gcc-5/porting_to.html. |
26 | 26 | ||
27 | Alternatively, you can switch back to GCC 4.9 or 4.8 by setting | 27 | Alternatively, you can switch back to GCC 4.9 or 4.8 by setting |
28 | ``GCCVERSION`` in your configuration, as follows: | 28 | ``GCCVERSION`` in your configuration, as follows:: |
29 | :: | ||
30 | 29 | ||
31 | GCCVERSION = "4.9%" | 30 | GCCVERSION = "4.9%" |
32 | 31 | ||
@@ -91,8 +90,7 @@ unlikely to require any changes to Metadata. However, these minor | |||
91 | changes in behavior exist: | 90 | changes in behavior exist: |
92 | 91 | ||
93 | - All potential overrides are now visible in the variable history as | 92 | - All potential overrides are now visible in the variable history as |
94 | seen when you run the following: | 93 | seen when you run the following:: |
95 | :: | ||
96 | 94 | ||
97 | $ bitbake -e | 95 | $ bitbake -e |
98 | 96 | ||
@@ -200,8 +198,7 @@ changes. | |||
200 | 198 | ||
201 | Additionally, work directories for old versions of recipes are now | 199 | Additionally, work directories for old versions of recipes are now |
202 | pruned. If you wish to disable pruning old work directories, you can set | 200 | pruned. If you wish to disable pruning old work directories, you can set |
203 | the following variable in your configuration: | 201 | the following variable in your configuration:: |
204 | :: | ||
205 | 202 | ||
206 | SSTATE_PRUNE_OBSOLETEWORKDIR = "0" | 203 | SSTATE_PRUNE_OBSOLETEWORKDIR = "0" |
207 | 204 | ||