diff options
Diffstat (limited to 'documentation/migration-guides/migration-1.6.rst')
-rw-r--r-- | documentation/migration-guides/migration-1.6.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/migration-guides/migration-1.6.rst b/documentation/migration-guides/migration-1.6.rst index 1baf8b311a..48c7c7572e 100644 --- a/documentation/migration-guides/migration-1.6.rst +++ b/documentation/migration-guides/migration-1.6.rst | |||
@@ -11,9 +11,8 @@ Project 1.6 Release (codename "daisy") from the prior release. | |||
11 | ``archiver`` Class | 11 | ``archiver`` Class |
12 | ------------------ | 12 | ------------------ |
13 | 13 | ||
14 | The :ref:`archiver <ref-classes-archiver>` class has been rewritten | 14 | The :ref:`ref-classes-archiver` class has been rewritten and its configuration |
15 | and its configuration has been simplified. For more details on the | 15 | has been simplified. For more details on the source archiver, see the |
16 | source archiver, see the | ||
17 | ":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecycle`" | 16 | ":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecycle`" |
18 | section in the Yocto Project Development Tasks Manual. | 17 | section in the Yocto Project Development Tasks Manual. |
19 | 18 | ||
@@ -224,7 +223,7 @@ Package Tests (ptest) are built but not installed by default. For | |||
224 | information on using Package Tests, see the | 223 | information on using Package Tests, see the |
225 | ":ref:`dev-manual/packages:testing packages with ptest`" section in the | 224 | ":ref:`dev-manual/packages:testing packages with ptest`" section in the |
226 | Yocto Project Development Tasks Manual. For information on the | 225 | Yocto Project Development Tasks Manual. For information on the |
227 | :ref:`ptest <ref-classes-ptest>` class, see the ":ref:`ref-classes-ptest`" | 226 | :ref:`ref-classes-ptest` class, see the ":ref:`ref-classes-ptest`" |
228 | section. | 227 | section. |
229 | 228 | ||
230 | .. _migration-1.6-build-changes: | 229 | .. _migration-1.6-build-changes: |
@@ -234,13 +233,13 @@ Build Changes | |||
234 | 233 | ||
235 | Separate build and source directories have been enabled by default for | 234 | Separate build and source directories have been enabled by default for |
236 | selected recipes where it is known to work and for all | 235 | selected recipes where it is known to work and for all |
237 | recipes that inherit the :ref:`cmake <ref-classes-cmake>` class. In | 236 | recipes that inherit the :ref:`ref-classes-cmake` class. In |
238 | future releases the :ref:`autotools <ref-classes-autotools>` class | 237 | future releases the :ref:`ref-classes-autotools` class |
239 | will enable a separate :term:`Build Directory` by default as well. Recipes | 238 | will enable a separate :term:`Build Directory` by default as well. Recipes |
240 | building Autotools-based software that fails to build with a separate | 239 | building Autotools-based software that fails to build with a separate |
241 | :term:`Build Directory` should be changed to inherit from the | 240 | :term:`Build Directory` should be changed to inherit from the |
242 | :ref:`autotools-brokensep <ref-classes-autotools>` class instead of | 241 | :ref:`autotools-brokensep <ref-classes-autotools>` class instead of |
243 | the :ref:`autotools <ref-classes-autotools>` or ``autotools_stage`` classes. | 242 | the :ref:`ref-classes-autotools` or ``autotools_stage`` classes. |
244 | 243 | ||
245 | .. _migration-1.6-building-qemu-native: | 244 | .. _migration-1.6-building-qemu-native: |
246 | 245 | ||