diff options
Diffstat (limited to 'documentation/ref-manual/tasks.rst')
-rw-r--r-- | documentation/ref-manual/tasks.rst | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/documentation/ref-manual/tasks.rst b/documentation/ref-manual/tasks.rst index c28cd7a94a..e379c424d8 100644 --- a/documentation/ref-manual/tasks.rst +++ b/documentation/ref-manual/tasks.rst | |||
@@ -358,7 +358,7 @@ information. | |||
358 | ``do_populate_sdk_ext`` | 358 | ``do_populate_sdk_ext`` |
359 | ----------------------- | 359 | ----------------------- |
360 | 360 | ||
361 | Creates the file and directory structure for an installable extensible | 361 | Creates the file and directory structure for an installable extensible |
362 | SDK (eSDK). See the ":ref:`overview-manual/concepts:sdk generation`" | 362 | SDK (eSDK). See the ":ref:`overview-manual/concepts:sdk generation`" |
363 | section in the Yocto Project Overview and Concepts Manual for more | 363 | section in the Yocto Project Overview and Concepts Manual for more |
364 | information. | 364 | information. |
@@ -412,12 +412,10 @@ them. You can learn more by looking at the | |||
412 | ------------- | 412 | ------------- |
413 | 413 | ||
414 | Unpacks the source code into a working directory pointed to by | 414 | Unpacks the source code into a working directory pointed to by |
415 | ``${``\ :term:`WORKDIR`\ ``}``. The :term:`S` | 415 | ``${``\ :term:`UNPACKDIR`\ ``}``. |
416 | variable also plays a role in where unpacked source files ultimately | 416 | For more information on how source files are unpacked, see the |
417 | reside. For more information on how source files are unpacked, see the | ||
418 | ":ref:`overview-manual/concepts:source fetching`" | 417 | ":ref:`overview-manual/concepts:source fetching`" |
419 | section in the Yocto Project Overview and Concepts Manual and also see | 418 | section in the Yocto Project Overview and Concepts Manual. |
420 | the :term:`WORKDIR` and :term:`S` variable descriptions. | ||
421 | 419 | ||
422 | Manually Called Tasks | 420 | Manually Called Tasks |
423 | ===================== | 421 | ===================== |
@@ -616,8 +614,8 @@ information on how the root filesystem is created. | |||
616 | 614 | ||
617 | Boots an image and performs runtime tests within the image. For | 615 | Boots an image and performs runtime tests within the image. For |
618 | information on automatically testing images, see the | 616 | information on automatically testing images, see the |
619 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 617 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
620 | section in the Yocto Project Development Tasks Manual. | 618 | section in the Yocto Project Test Environment Manual. |
621 | 619 | ||
622 | .. _ref-tasks-testimage_auto: | 620 | .. _ref-tasks-testimage_auto: |
623 | 621 | ||
@@ -629,8 +627,8 @@ after it has been built. This task is enabled when you set | |||
629 | :term:`TESTIMAGE_AUTO` equal to "1". | 627 | :term:`TESTIMAGE_AUTO` equal to "1". |
630 | 628 | ||
631 | For information on automatically testing images, see the | 629 | For information on automatically testing images, see the |
632 | ":ref:`dev-manual/runtime-testing:performing automated runtime testing`" | 630 | ":ref:`test-manual/runtime-testing:performing automated runtime testing`" |
633 | section in the Yocto Project Development Tasks Manual. | 631 | section in the Yocto Project Test Environment Manual. |
634 | 632 | ||
635 | Kernel-Related Tasks | 633 | Kernel-Related Tasks |
636 | ==================== | 634 | ==================== |
@@ -727,7 +725,7 @@ tool, which you then use to modify the kernel configuration. | |||
727 | $ bitbake linux-yocto -c menuconfig | 725 | $ bitbake linux-yocto -c menuconfig |
728 | 726 | ||
729 | 727 | ||
730 | See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" | 728 | See the ":ref:`kernel-dev/common:using ``menuconfig```" |
731 | section in the Yocto Project Linux Kernel Development Manual for more | 729 | section in the Yocto Project Linux Kernel Development Manual for more |
732 | information on this configuration tool. | 730 | information on this configuration tool. |
733 | 731 | ||
@@ -751,7 +749,7 @@ which can then be applied by subsequent tasks such as | |||
751 | 749 | ||
752 | Runs ``make menuconfig`` for the kernel. For information on | 750 | Runs ``make menuconfig`` for the kernel. For information on |
753 | ``menuconfig``, see the | 751 | ``menuconfig``, see the |
754 | ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" | 752 | ":ref:`kernel-dev/common:using ``menuconfig```" |
755 | section in the Yocto Project Linux Kernel Development Manual. | 753 | section in the Yocto Project Linux Kernel Development Manual. |
756 | 754 | ||
757 | .. _ref-tasks-savedefconfig: | 755 | .. _ref-tasks-savedefconfig: |