diff options
Diffstat (limited to 'documentation/ref-manual/ref-tasks.rst')
-rw-r--r-- | documentation/ref-manual/ref-tasks.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst index 9fde9a8378..89731d459c 100644 --- a/documentation/ref-manual/ref-tasks.rst +++ b/documentation/ref-manual/ref-tasks.rst | |||
@@ -351,7 +351,7 @@ applied as a patch by default except for the ``patch_file5`` patch. | |||
351 | You can find out more about the patching process in the | 351 | You can find out more about the patching process in the |
352 | ":ref:`overview-manual/overview-manual-concepts:patching`" section in | 352 | ":ref:`overview-manual/overview-manual-concepts:patching`" section in |
353 | the Yocto Project Overview and Concepts Manual and the | 353 | the Yocto Project Overview and Concepts Manual and the |
354 | ":ref:`dev-manual/dev-manual-common-tasks:patching code`" section in the | 354 | ":ref:`dev-manual/common-tasks:patching code`" section in the |
355 | Yocto Project Development Tasks Manual. | 355 | Yocto Project Development Tasks Manual. |
356 | 356 | ||
357 | .. _ref-tasks-populate_lic: | 357 | .. _ref-tasks-populate_lic: |
@@ -567,7 +567,7 @@ scratch is guaranteed. | |||
567 | Starts a shell in which an interactive Python interpreter allows you to | 567 | Starts a shell in which an interactive Python interpreter allows you to |
568 | interact with the BitBake build environment. From within this shell, you | 568 | interact with the BitBake build environment. From within this shell, you |
569 | can directly examine and set bits from the data store and execute | 569 | can directly examine and set bits from the data store and execute |
570 | functions as if within the BitBake environment. See the ":ref:`dev-manual/dev-manual-common-tasks:using a development python shell`" section in | 570 | functions as if within the BitBake environment. See the ":ref:`dev-manual/common-tasks:using a development python shell`" section in |
571 | the Yocto Project Development Tasks Manual for more information about | 571 | the Yocto Project Development Tasks Manual for more information about |
572 | using ``devpyshell``. | 572 | using ``devpyshell``. |
573 | 573 | ||
@@ -577,7 +577,7 @@ using ``devpyshell``. | |||
577 | --------------- | 577 | --------------- |
578 | 578 | ||
579 | Starts a shell whose environment is set up for development, debugging, | 579 | Starts a shell whose environment is set up for development, debugging, |
580 | or both. See the ":ref:`dev-manual/dev-manual-common-tasks:using a development shell`" section in the | 580 | or both. See the ":ref:`dev-manual/common-tasks:using a development shell`" section in the |
581 | Yocto Project Development Tasks Manual for more information about using | 581 | Yocto Project Development Tasks Manual for more information about using |
582 | ``devshell``. | 582 | ``devshell``. |
583 | 583 | ||
@@ -642,7 +642,7 @@ information on how the root filesystem is created. | |||
642 | 642 | ||
643 | Boots an image and performs runtime tests within the image. For | 643 | Boots an image and performs runtime tests within the image. For |
644 | information on automatically testing images, see the | 644 | information on automatically testing images, see the |
645 | ":ref:`dev-manual/dev-manual-common-tasks:performing automated runtime testing`" | 645 | ":ref:`dev-manual/common-tasks:performing automated runtime testing`" |
646 | section in the Yocto Project Development Tasks Manual. | 646 | section in the Yocto Project Development Tasks Manual. |
647 | 647 | ||
648 | .. _ref-tasks-testimage_auto: | 648 | .. _ref-tasks-testimage_auto: |
@@ -655,7 +655,7 @@ after it has been built. This task is enabled when you set | |||
655 | :term:`TESTIMAGE_AUTO` equal to "1". | 655 | :term:`TESTIMAGE_AUTO` equal to "1". |
656 | 656 | ||
657 | For information on automatically testing images, see the | 657 | For information on automatically testing images, see the |
658 | ":ref:`dev-manual/dev-manual-common-tasks:performing automated runtime testing`" | 658 | ":ref:`dev-manual/common-tasks:performing automated runtime testing`" |
659 | section in the Yocto Project Development Tasks Manual. | 659 | section in the Yocto Project Development Tasks Manual. |
660 | 660 | ||
661 | Kernel-Related Tasks | 661 | Kernel-Related Tasks |