summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-1.6.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-1.6.rst')
-rw-r--r--documentation/migration-guides/migration-1.6.rst13
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
14The :ref:`archiver <ref-classes-archiver>` class has been rewritten 14The :ref:`ref-classes-archiver` class has been rewritten and its configuration
15and its configuration has been simplified. For more details on the 15has been simplified. For more details on the source archiver, see the
16source 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`"
18section in the Yocto Project Development Tasks Manual. 17section in the Yocto Project Development Tasks Manual.
19 18
@@ -224,7 +223,7 @@ Package Tests (ptest) are built but not installed by default. For
224information on using Package Tests, see the 223information 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
226Yocto Project Development Tasks Manual. For information on the 225Yocto 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`"
228section. 227section.
229 228
230.. _migration-1.6-build-changes: 229.. _migration-1.6-build-changes:
@@ -234,13 +233,13 @@ Build Changes
234 233
235Separate build and source directories have been enabled by default for 234Separate build and source directories have been enabled by default for
236selected recipes where it is known to work and for all 235selected recipes where it is known to work and for all
237recipes that inherit the :ref:`cmake <ref-classes-cmake>` class. In 236recipes that inherit the :ref:`ref-classes-cmake` class. In
238future releases the :ref:`autotools <ref-classes-autotools>` class 237future releases the :ref:`ref-classes-autotools` class
239will enable a separate :term:`Build Directory` by default as well. Recipes 238will enable a separate :term:`Build Directory` by default as well. Recipes
240building Autotools-based software that fails to build with a separate 239building 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
243the :ref:`autotools <ref-classes-autotools>` or ``autotools_stage`` classes. 242the :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