diff options
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index 2e4b23408d..cf6b9876ca 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -616,8 +616,8 @@ information on how the root filesystem is created. | |||
616 | 616 | ||
617 | Boots an image and performs runtime tests within the image. For | 617 | Boots an image and performs runtime tests within the image. For |
618 | information on automatically testing images, see the | 618 | information on automatically testing images, see the |
619 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 619 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
620 | section in the Yocto Project Development Tasks Manual. | 620 | section in the Yocto Project Test Environment Manual. |
621 | 621 | ||
622 | .. _ref-tasks-testimage_auto: | 622 | .. _ref-tasks-testimage_auto: |
623 | 623 | ||
@@ -629,8 +629,8 @@ after it has been built. This task is enabled when you set | |||
629 | :term:`TESTIMAGE_AUTO` equal to "1". | 629 | :term:`TESTIMAGE_AUTO` equal to "1". |
630 | 630 | ||
631 | For information on automatically testing images, see the | 631 | For information on automatically testing images, see the |
632 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 632 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
633 | section in the Yocto Project Development Tasks Manual. | 633 | section in the Yocto Project Test Environment Manual. |
634 | 634 | ||
635 | Kernel-Related Tasks | 635 | Kernel-Related Tasks |
636 | ==================== | 636 | ==================== |
@@ -727,7 +727,7 @@ tool, which you then use to modify the kernel configuration. | |||
727 | $ bitbake linux-yocto -c menuconfig | 727 | $ bitbake linux-yocto -c menuconfig |
728 | 728 | ||
729 | 729 | ||
730 | See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" | 730 | See the ":ref:`kernel-dev/common:using ``menuconfig```" |
731 | section in the Yocto Project Linux Kernel Development Manual for more | 731 | section in the Yocto Project Linux Kernel Development Manual for more |
732 | information on this configuration tool. | 732 | information on this configuration tool. |
733 | 733 | ||
@@ -751,7 +751,7 @@ which can then be applied by subsequent tasks such as | |||
751 | 751 | ||
752 | Runs ``make menuconfig`` for the kernel. For information on | 752 | Runs ``make menuconfig`` for the kernel. For information on |
753 | ``menuconfig``, see the | 753 | ``menuconfig``, see the |
754 | ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" | 754 | ":ref:`kernel-dev/common:using ``menuconfig```" |
755 | section in the Yocto Project Linux Kernel Development Manual. | 755 | section in the Yocto Project Linux Kernel Development Manual. |
756 | 756 | ||
757 | .. _ref-tasks-savedefconfig: | 757 | .. _ref-tasks-savedefconfig: |