summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-11-24 17:50:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-01 19:20:29 +0000
commit945c669138a76be18c6b4da4f8f907d2a5cfd83f (patch)
treecebff3cae5021d4fcceb5aa51fce1c2aead97ed2 /documentation/migration-guides
parent6fe3143800925463279d0664fc7f3372b53c6c52 (diff)
downloadpoky-945c669138a76be18c6b4da4f8f907d2a5cfd83f.tar.gz
manuals: split dev-manual/common-tasks.rst
A 500 KB source file is always harder to manage, and can have section title conflicts. So, the "Common Tasks" document is gone and all its constituents are moved up one level. You now have 40 chapters in the Development Tasks Manual. (From yocto-docs rev: 8a45bc469411410020b8e688c137395fcaf3761b) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-1.4.rst2
-rw-r--r--documentation/migration-guides/migration-1.5.rst4
-rw-r--r--documentation/migration-guides/migration-1.6.rst6
-rw-r--r--documentation/migration-guides/migration-1.7.rst2
-rw-r--r--documentation/migration-guides/migration-2.1.rst2
-rw-r--r--documentation/migration-guides/migration-2.3.rst2
-rw-r--r--documentation/migration-guides/migration-2.5.rst2
-rw-r--r--documentation/migration-guides/migration-2.6.rst2
-rw-r--r--documentation/migration-guides/migration-general.rst2
9 files changed, 12 insertions, 12 deletions
diff --git a/documentation/migration-guides/migration-1.4.rst b/documentation/migration-guides/migration-1.4.rst
index baf3c08379..471bfb0f2a 100644
--- a/documentation/migration-guides/migration-1.4.rst
+++ b/documentation/migration-guides/migration-1.4.rst
@@ -83,7 +83,7 @@ create an append file for the ``init-ifupdown`` recipe instead, which
83you can find in the :term:`Source Directory` at 83you can find in the :term:`Source Directory` at
84``meta/recipes-core/init-ifupdown``. For information on how to use 84``meta/recipes-core/init-ifupdown``. For information on how to use
85append files, see the 85append files, see the
86":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`" 86":ref:`dev-manual/layers:appending other layers metadata with your layer`"
87section in the Yocto Project Development Tasks Manual. 87section in the Yocto Project Development Tasks Manual.
88 88
89.. _migration-1.4-remote-debugging: 89.. _migration-1.4-remote-debugging:
diff --git a/documentation/migration-guides/migration-1.5.rst b/documentation/migration-guides/migration-1.5.rst
index ad7e239eaf..7ddbc01766 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -248,7 +248,7 @@ A new automated image testing framework has been added through the
248framework replaces the older ``imagetest-qemu`` framework. 248framework replaces the older ``imagetest-qemu`` framework.
249 249
250You can learn more about performing automated image tests in the 250You can learn more about performing automated image tests in the
251":ref:`dev-manual/common-tasks:performing automated runtime testing`" 251":ref:`dev-manual/runtime-testing:performing automated runtime testing`"
252section in the Yocto Project Development Tasks Manual. 252section in the Yocto Project Development Tasks Manual.
253 253
254.. _migration-1.5-build-history: 254.. _migration-1.5-build-history:
@@ -271,7 +271,7 @@ Following are changes to Build History:
271 option for each utility for more information on the new syntax. 271 option for each utility for more information on the new syntax.
272 272
273For more information on Build History, see the 273For more information on Build History, see the
274":ref:`dev-manual/common-tasks:maintaining build output quality`" 274":ref:`dev-manual/build-quality:maintaining build output quality`"
275section in the Yocto Project Development Tasks Manual. 275section in the Yocto Project Development Tasks Manual.
276 276
277.. _migration-1.5-udev: 277.. _migration-1.5-udev:
diff --git a/documentation/migration-guides/migration-1.6.rst b/documentation/migration-guides/migration-1.6.rst
index d07731dcb0..06414ba121 100644
--- a/documentation/migration-guides/migration-1.6.rst
+++ b/documentation/migration-guides/migration-1.6.rst
@@ -12,7 +12,7 @@ Project 1.6 Release (codename "daisy") from the prior release.
12The :ref:`archiver <ref-classes-archiver>` class has been rewritten 12The :ref:`archiver <ref-classes-archiver>` class has been rewritten
13and its configuration has been simplified. For more details on the 13and its configuration has been simplified. For more details on the
14source archiver, see the 14source archiver, see the
15":ref:`dev-manual/common-tasks:maintaining open source license compliance during your product's lifecycle`" 15":ref:`dev-manual/licenses:maintaining open source license compliance during your product's lifecycle`"
16section in the Yocto Project Development Tasks Manual. 16section in the Yocto Project Development Tasks Manual.
17 17
18.. _migration-1.6-packaging-changes: 18.. _migration-1.6-packaging-changes:
@@ -147,7 +147,7 @@ NFS mount, an error occurs.
147The ``PRINC`` variable has been deprecated and triggers a warning if 147The ``PRINC`` variable has been deprecated and triggers a warning if
148detected during a build. For :term:`PR` increments on changes, 148detected during a build. For :term:`PR` increments on changes,
149use the PR service instead. You can find out more about this service in 149use the PR service instead. You can find out more about this service in
150the ":ref:`dev-manual/common-tasks:working with a pr service`" 150the ":ref:`dev-manual/packages:working with a pr service`"
151section in the Yocto Project Development Tasks Manual. 151section in the Yocto Project Development Tasks Manual.
152 152
153.. _migration-1.6-variable-changes-IMAGE_TYPES: 153.. _migration-1.6-variable-changes-IMAGE_TYPES:
@@ -220,7 +220,7 @@ Package Test (ptest)
220 220
221Package Tests (ptest) are built but not installed by default. For 221Package Tests (ptest) are built but not installed by default. For
222information on using Package Tests, see the 222information on using Package Tests, see the
223":ref:`dev-manual/common-tasks:testing packages with ptest`" section in the 223":ref:`dev-manual/packages:testing packages with ptest`" section in the
224Yocto Project Development Tasks Manual. For information on the 224Yocto Project Development Tasks Manual. For information on the
225:ref:`ptest <ref-classes-ptest>` class, see the ":ref:`ref-classes-ptest`" 225:ref:`ptest <ref-classes-ptest>` class, see the ":ref:`ref-classes-ptest`"
226section. 226section.
diff --git a/documentation/migration-guides/migration-1.7.rst b/documentation/migration-guides/migration-1.7.rst
index e1a7594fb1..0c13e182cb 100644
--- a/documentation/migration-guides/migration-1.7.rst
+++ b/documentation/migration-guides/migration-1.7.rst
@@ -217,7 +217,7 @@ The following miscellaneous change occurred:
217 should manually remove old "build-id" files from your existing build 217 should manually remove old "build-id" files from your existing build
218 history repositories to avoid confusion. For information on the build 218 history repositories to avoid confusion. For information on the build
219 history feature, see the 219 history feature, see the
220 ":ref:`dev-manual/common-tasks:maintaining build output quality`" 220 ":ref:`dev-manual/build-quality:maintaining build output quality`"
221 section in the Yocto Project Development Tasks Manual. 221 section in the Yocto Project Development Tasks Manual.
222 222
223 223
diff --git a/documentation/migration-guides/migration-2.1.rst b/documentation/migration-guides/migration-2.1.rst
index f045feadff..0e266a7ff3 100644
--- a/documentation/migration-guides/migration-2.1.rst
+++ b/documentation/migration-guides/migration-2.1.rst
@@ -343,7 +343,7 @@ This release supports generation of GLib Introspective Repository (GIR)
343files through GObject introspection, which is the standard mechanism for 343files through GObject introspection, which is the standard mechanism for
344accessing GObject-based software from runtime environments. You can 344accessing GObject-based software from runtime environments. You can
345enable, disable, and test the generation of this data. See the 345enable, disable, and test the generation of this data. See the
346":ref:`dev-manual/common-tasks:enabling gobject introspection support`" 346":ref:`dev-manual/gobject-introspection:enabling gobject introspection support`"
347section in the Yocto Project Development Tasks Manual for more 347section in the Yocto Project Development Tasks Manual for more
348information. 348information.
349 349
diff --git a/documentation/migration-guides/migration-2.3.rst b/documentation/migration-guides/migration-2.3.rst
index 4a1f159e92..071a1945d3 100644
--- a/documentation/migration-guides/migration-2.3.rst
+++ b/documentation/migration-guides/migration-2.3.rst
@@ -363,7 +363,7 @@ The following changes have been made to Wic:
363.. note:: 363.. note::
364 364
365 For more information on Wic, see the 365 For more information on Wic, see the
366 ":ref:`dev-manual/common-tasks:creating partitioned images using wic`" 366 ":ref:`dev-manual/wic:creating partitioned images using wic`"
367 section in the Yocto Project Development Tasks Manual. 367 section in the Yocto Project Development Tasks Manual.
368 368
369- *Default Output Directory Changed:* Wic's default output directory is 369- *Default Output Directory Changed:* Wic's default output directory is
diff --git a/documentation/migration-guides/migration-2.5.rst b/documentation/migration-guides/migration-2.5.rst
index 04f4cd7e73..df117616bc 100644
--- a/documentation/migration-guides/migration-2.5.rst
+++ b/documentation/migration-guides/migration-2.5.rst
@@ -264,7 +264,7 @@ The following are additional changes:
264 will trigger a warning during :ref:`ref-tasks-rootfs`. 264 will trigger a warning during :ref:`ref-tasks-rootfs`.
265 265
266 For more information, see the 266 For more information, see the
267 ":ref:`dev-manual/common-tasks:post-installation scripts`" 267 ":ref:`dev-manual/new-recipe:post-installation scripts`"
268 section in the Yocto Project Development Tasks Manual. 268 section in the Yocto Project Development Tasks Manual.
269 269
270- The ``elf`` image type has been removed. This image type was removed 270- The ``elf`` image type has been removed. This image type was removed
diff --git a/documentation/migration-guides/migration-2.6.rst b/documentation/migration-guides/migration-2.6.rst
index 59592997ff..3d5ee18cbd 100644
--- a/documentation/migration-guides/migration-2.6.rst
+++ b/documentation/migration-guides/migration-2.6.rst
@@ -367,7 +367,7 @@ Any failure of a ``pkg_postinst()`` script (including exit 1) triggers
367an error during the :ref:`ref-tasks-rootfs` task. 367an error during the :ref:`ref-tasks-rootfs` task.
368 368
369For more information on post-installation behavior, see the 369For more information on post-installation behavior, see the
370":ref:`dev-manual/common-tasks:post-installation scripts`" 370":ref:`dev-manual/new-recipe:post-installation scripts`"
371section in the Yocto Project Development Tasks Manual. 371section in the Yocto Project Development Tasks Manual.
372 372
373.. _migration-2.6-python-3-profile-guided-optimizations: 373.. _migration-2.6-python-3-profile-guided-optimizations:
diff --git a/documentation/migration-guides/migration-general.rst b/documentation/migration-guides/migration-general.rst
index 8503017580..4d9dfbe617 100644
--- a/documentation/migration-guides/migration-general.rst
+++ b/documentation/migration-guides/migration-general.rst
@@ -103,4 +103,4 @@ any new Yocto Project release.
103 :ref:`buildhistory <ref-classes-buildhistory>` output using ``git diff`` or ``buildhistory-diff``. 103 :ref:`buildhistory <ref-classes-buildhistory>` output using ``git diff`` or ``buildhistory-diff``.
104 104
105 For more information on using :ref:`buildhistory <ref-classes-buildhistory>`, see 105 For more information on using :ref:`buildhistory <ref-classes-buildhistory>`, see
106 :ref:`dev-manual/common-tasks:maintaining build output quality`. 106 :ref:`dev-manual/build-quality:maintaining build output quality`.