summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r--documentation/ref-manual/tasks.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst
index b17c09cdc4..e626095b20 100644
--- a/documentation/ref-manual/tasks.rst
+++ b/documentation/ref-manual/tasks.rst
@@ -343,7 +343,7 @@ while ``file2.patch`` would not be applied.
343You can find out more about the patching process in the 343You can find out more about the patching process in the
344":ref:`overview-manual/concepts:patching`" section in 344":ref:`overview-manual/concepts:patching`" section in
345the Yocto Project Overview and Concepts Manual and the 345the Yocto Project Overview and Concepts Manual and the
346":ref:`dev-manual/common-tasks:patching code`" section in the 346":ref:`dev-manual/new-recipe:patching code`" section in the
347Yocto Project Development Tasks Manual. 347Yocto Project Development Tasks Manual.
348 348
349.. _ref-tasks-populate_lic: 349.. _ref-tasks-populate_lic:
@@ -522,7 +522,7 @@ scratch is guaranteed.
522Starts a shell in which an interactive Python interpreter allows you to 522Starts a shell in which an interactive Python interpreter allows you to
523interact with the BitBake build environment. From within this shell, you 523interact with the BitBake build environment. From within this shell, you
524can directly examine and set bits from the data store and execute 524can directly examine and set bits from the data store and execute
525functions as if within the BitBake environment. See the ":ref:`dev-manual/common-tasks:using a Python development shell`" section in 525functions as if within the BitBake environment. See the ":ref:`dev-manual/python-development-shell:using a Python development shell`" section in
526the Yocto Project Development Tasks Manual for more information about 526the Yocto Project Development Tasks Manual for more information about
527using ``pydevshell``. 527using ``pydevshell``.
528 528
@@ -532,7 +532,7 @@ using ``pydevshell``.
532--------------- 532---------------
533 533
534Starts a shell whose environment is set up for development, debugging, 534Starts a shell whose environment is set up for development, debugging,
535or both. See the ":ref:`dev-manual/common-tasks:using a development shell`" section in the 535or both. See the ":ref:`dev-manual/development-shell:using a development shell`" section in the
536Yocto Project Development Tasks Manual for more information about using 536Yocto Project Development Tasks Manual for more information about using
537``devshell``. 537``devshell``.
538 538
@@ -595,7 +595,7 @@ information on how the root filesystem is created.
595 595
596Boots an image and performs runtime tests within the image. For 596Boots an image and performs runtime tests within the image. For
597information on automatically testing images, see the 597information on automatically testing images, see the
598":ref:`dev-manual/common-tasks:performing automated runtime testing`" 598":ref:`dev-manual/runtime-testing:performing automated runtime testing`"
599section in the Yocto Project Development Tasks Manual. 599section in the Yocto Project Development Tasks Manual.
600 600
601.. _ref-tasks-testimage_auto: 601.. _ref-tasks-testimage_auto:
@@ -608,7 +608,7 @@ after it has been built. This task is enabled when you set
608:term:`TESTIMAGE_AUTO` equal to "1". 608:term:`TESTIMAGE_AUTO` equal to "1".
609 609
610For information on automatically testing images, see the 610For information on automatically testing images, see the
611":ref:`dev-manual/common-tasks:performing automated runtime testing`" 611":ref:`dev-manual/runtime-testing:performing automated runtime testing`"
612section in the Yocto Project Development Tasks Manual. 612section in the Yocto Project Development Tasks Manual.
613 613
614Kernel-Related Tasks 614Kernel-Related Tasks