summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-09-17 19:21:48 +0200
committerSteve Sakoman <steve@sakoman.com>2023-09-23 05:26:16 -1000
commitb099a1c252a8bd03bb882f6351f423b96648e921 (patch)
tree041ae98767f14087aa50be612d0eeb94b240ea14 /documentation/migration-guides
parent337a21080bdb50fa8726d8ed74a290190463dd5f (diff)
downloadpoky-b099a1c252a8bd03bb882f6351f423b96648e921.tar.gz
manuals: update former references to dev-manual/common-tasks
(From yocto-docs rev: f8bb4c392912f15bb78f6f25910f85897abb4e3d) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
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
8 files changed, 11 insertions, 11 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 93db14c3ba..31943fc701 100644
--- a/documentation/migration-guides/migration-1.5.rst
+++ b/documentation/migration-guides/migration-1.5.rst
@@ -244,7 +244,7 @@ A new automated image testing framework has been added through the
244framework replaces the older ``imagetest-qemu`` framework. 244framework replaces the older ``imagetest-qemu`` framework.
245 245
246You can learn more about performing automated image tests in the 246You can learn more about performing automated image tests in the
247":ref:`dev-manual/common-tasks:performing automated runtime testing`" 247":ref:`dev-manual/runtime-testing:performing automated runtime testing`"
248section in the Yocto Project Development Tasks Manual. 248section in the Yocto Project Development Tasks Manual.
249 249
250.. _migration-1.5-build-history: 250.. _migration-1.5-build-history:
@@ -267,7 +267,7 @@ Following are changes to Build History:
267 option for each utility for more information on the new syntax. 267 option for each utility for more information on the new syntax.
268 268
269For more information on Build History, see the 269For more information on Build History, see the
270":ref:`dev-manual/common-tasks:maintaining build output quality`" 270":ref:`dev-manual/build-quality:maintaining build output quality`"
271section in the Yocto Project Development Tasks Manual. 271section in the Yocto Project Development Tasks Manual.
272 272
273.. _migration-1.5-udev: 273.. _migration-1.5-udev:
diff --git a/documentation/migration-guides/migration-1.6.rst b/documentation/migration-guides/migration-1.6.rst
index 358086560b..6ba52998de 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`" 223":ref:`dev-manual/packages:testing packages with ptest`"
224section in the Yocto Project Development Tasks Manual. For information on the 224section in the Yocto Project Development Tasks Manual. For information on the
225``ptest`` class, see the ":ref:`ref-classes-ptest`" section. 225``ptest`` class, see the ":ref:`ref-classes-ptest`" section.
226 226
diff --git a/documentation/migration-guides/migration-1.7.rst b/documentation/migration-guides/migration-1.7.rst
index 88a6855d50..d4af1277e9 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 ae6268d509..6ef3adb443 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 d49ed474ca..b3428039b8 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 abd26809df..fdbf2f3da3 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 ``do_rootfs``. 264 will trigger a warning during ``do_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 11e659de7c..647ef83bc6 100644
--- a/documentation/migration-guides/migration-2.6.rst
+++ b/documentation/migration-guides/migration-2.6.rst
@@ -368,7 +368,7 @@ Any failure of a ``pkg_postinst()`` script (including exit 1) triggers
368an error during the :ref:`ref-tasks-rootfs` task. 368an error during the :ref:`ref-tasks-rootfs` task.
369 369
370For more information on post-installation behavior, see the 370For more information on post-installation behavior, see the
371":ref:`dev-manual/common-tasks:post-installation scripts`" 371":ref:`dev-manual/new-recipe:post-installation scripts`"
372section in the Yocto Project Development Tasks Manual. 372section in the Yocto Project Development Tasks Manual.
373 373
374.. _migration-2.6-python-3-profile-guided-optimizations: 374.. _migration-2.6-python-3-profile-guided-optimizations: