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.rst22
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
361Creates the file and directory structure for an installable extensible 361Creates the file and directory structure for an installable extensible
362SDK (eSDK). See the ":ref:`overview-manual/concepts:sdk generation`" 362SDK (eSDK). See the ":ref:`overview-manual/concepts:sdk generation`"
363section in the Yocto Project Overview and Concepts Manual for more 363section in the Yocto Project Overview and Concepts Manual for more
364information. 364information.
@@ -412,12 +412,10 @@ them. You can learn more by looking at the
412------------- 412-------------
413 413
414Unpacks the source code into a working directory pointed to by 414Unpacks the source code into a working directory pointed to by
415``${``\ :term:`WORKDIR`\ ``}``. The :term:`S` 415``${``\ :term:`UNPACKDIR`\ ``}``.
416variable also plays a role in where unpacked source files ultimately 416For more information on how source files are unpacked, see the
417reside. 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`"
419section in the Yocto Project Overview and Concepts Manual and also see 418section in the Yocto Project Overview and Concepts Manual.
420the :term:`WORKDIR` and :term:`S` variable descriptions.
421 419
422Manually Called Tasks 420Manually Called Tasks
423===================== 421=====================
@@ -616,8 +614,8 @@ information on how the root filesystem is created.
616 614
617Boots an image and performs runtime tests within the image. For 615Boots an image and performs runtime tests within the image. For
618information on automatically testing images, see the 616information 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`"
620section in the Yocto Project Development Tasks Manual. 618section 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
631For information on automatically testing images, see the 629For 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`"
633section in the Yocto Project Development Tasks Manual. 631section in the Yocto Project Test Environment Manual.
634 632
635Kernel-Related Tasks 633Kernel-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
730See the ":ref:`kernel-dev/common:using \`\`menuconfig\`\``" 728See the ":ref:`kernel-dev/common:using ``menuconfig```"
731section in the Yocto Project Linux Kernel Development Manual for more 729section in the Yocto Project Linux Kernel Development Manual for more
732information on this configuration tool. 730information on this configuration tool.
733 731
@@ -751,7 +749,7 @@ which can then be applied by subsequent tasks such as
751 749
752Runs ``make menuconfig`` for the kernel. For information on 750Runs ``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```"
755section in the Yocto Project Linux Kernel Development Manual. 753section in the Yocto Project Linux Kernel Development Manual.
756 754
757.. _ref-tasks-savedefconfig: 755.. _ref-tasks-savedefconfig: