diff options
Diffstat (limited to 'documentation/ref-manual/ref-tasks.rst')
| -rw-r--r-- | documentation/ref-manual/ref-tasks.rst | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/documentation/ref-manual/ref-tasks.rst b/documentation/ref-manual/ref-tasks.rst index 88b285d769..299e8f7d66 100644 --- a/documentation/ref-manual/ref-tasks.rst +++ b/documentation/ref-manual/ref-tasks.rst | |||
| @@ -140,7 +140,7 @@ The ``do_image`` task performs pre-processing on the image through the | |||
| 140 | :term:`IMAGE_PREPROCESS_COMMAND` and | 140 | :term:`IMAGE_PREPROCESS_COMMAND` and |
| 141 | dynamically generates supporting ``do_image_*`` tasks as needed. | 141 | dynamically generates supporting ``do_image_*`` tasks as needed. |
| 142 | 142 | ||
| 143 | For more information on image creation, see the ":ref:`image-generation-dev-environment`" | 143 | For more information on image creation, see the ":ref:`overview-manual/overview-manual-concepts:image generation`" |
| 144 | section in the Yocto Project Overview and Concepts Manual. | 144 | section in the Yocto Project Overview and Concepts Manual. |
| 145 | 145 | ||
| 146 | .. _ref-tasks-image-complete: | 146 | .. _ref-tasks-image-complete: |
| @@ -159,7 +159,7 @@ through the | |||
| 159 | :term:`IMAGE_POSTPROCESS_COMMAND`. | 159 | :term:`IMAGE_POSTPROCESS_COMMAND`. |
| 160 | 160 | ||
| 161 | For more information on image creation, see the | 161 | For more information on image creation, see the |
| 162 | ":ref:`image-generation-dev-environment`" | 162 | ":ref:`overview-manual/overview-manual-concepts:image generation`" |
| 163 | section in the Yocto Project Overview and Concepts Manual. | 163 | section in the Yocto Project Overview and Concepts Manual. |
| 164 | 164 | ||
| 165 | .. _ref-tasks-install: | 165 | .. _ref-tasks-install: |
| @@ -237,7 +237,7 @@ see the :ref:`insane <ref-classes-insane>` class. | |||
| 237 | Creates Debian packages (i.e. ``*.deb`` files) and places them in the | 237 | Creates Debian packages (i.e. ``*.deb`` files) and places them in the |
| 238 | ``${``\ :term:`DEPLOY_DIR_DEB`\ ``}`` directory in | 238 | ``${``\ :term:`DEPLOY_DIR_DEB`\ ``}`` directory in |
| 239 | the package feeds area. For more information, see the | 239 | the package feeds area. For more information, see the |
| 240 | ":ref:`package-feeds-dev-environment`" section in | 240 | ":ref:`overview-manual/overview-manual-concepts:package feeds`" section in |
| 241 | the Yocto Project Overview and Concepts Manual. | 241 | the Yocto Project Overview and Concepts Manual. |
| 242 | 242 | ||
| 243 | .. _ref-tasks-package_write_ipk: | 243 | .. _ref-tasks-package_write_ipk: |
| @@ -248,7 +248,7 @@ the Yocto Project Overview and Concepts Manual. | |||
| 248 | Creates IPK packages (i.e. ``*.ipk`` files) and places them in the | 248 | Creates IPK packages (i.e. ``*.ipk`` files) and places them in the |
| 249 | ``${``\ :term:`DEPLOY_DIR_IPK`\ ``}`` directory in | 249 | ``${``\ :term:`DEPLOY_DIR_IPK`\ ``}`` directory in |
| 250 | the package feeds area. For more information, see the | 250 | the package feeds area. For more information, see the |
| 251 | ":ref:`package-feeds-dev-environment`" section in | 251 | ":ref:`overview-manual/overview-manual-concepts:package feeds`" section in |
| 252 | the Yocto Project Overview and Concepts Manual. | 252 | the Yocto Project Overview and Concepts Manual. |
| 253 | 253 | ||
| 254 | .. _ref-tasks-package_write_rpm: | 254 | .. _ref-tasks-package_write_rpm: |
| @@ -259,7 +259,7 @@ the Yocto Project Overview and Concepts Manual. | |||
| 259 | Creates RPM packages (i.e. ``*.rpm`` files) and places them in the | 259 | Creates RPM packages (i.e. ``*.rpm`` files) and places them in the |
| 260 | ``${``\ :term:`DEPLOY_DIR_RPM`\ ``}`` directory in | 260 | ``${``\ :term:`DEPLOY_DIR_RPM`\ ``}`` directory in |
| 261 | the package feeds area. For more information, see the | 261 | the package feeds area. For more information, see the |
| 262 | ":ref:`package-feeds-dev-environment`" section in | 262 | ":ref:`overview-manual/overview-manual-concepts:package feeds`" section in |
| 263 | the Yocto Project Overview and Concepts Manual. | 263 | the Yocto Project Overview and Concepts Manual. |
| 264 | 264 | ||
| 265 | .. _ref-tasks-package_write_tar: | 265 | .. _ref-tasks-package_write_tar: |
| @@ -270,7 +270,7 @@ the Yocto Project Overview and Concepts Manual. | |||
| 270 | Creates tarballs and places them in the | 270 | Creates tarballs and places them in the |
| 271 | ``${``\ :term:`DEPLOY_DIR_TAR`\ ``}`` directory in | 271 | ``${``\ :term:`DEPLOY_DIR_TAR`\ ``}`` directory in |
| 272 | the package feeds area. For more information, see the | 272 | the package feeds area. For more information, see the |
| 273 | ":ref:`package-feeds-dev-environment`" section in | 273 | ":ref:`overview-manual/overview-manual-concepts:package feeds`" section in |
| 274 | the Yocto Project Overview and Concepts Manual. | 274 | the Yocto Project Overview and Concepts Manual. |
| 275 | 275 | ||
| 276 | .. _ref-tasks-packagedata: | 276 | .. _ref-tasks-packagedata: |
| @@ -349,9 +349,9 @@ patch files end with either ``.patch`` or ``.diff``, every file would be | |||
| 349 | applied as a patch by default except for the ``patch_file5`` patch. | 349 | applied as a patch by default except for the ``patch_file5`` patch. |
| 350 | 350 | ||
| 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:`patching-dev-environment`" 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:`new-recipe-patching-code`" section in the | 354 | ":ref:`dev-manual/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: |
| @@ -368,7 +368,7 @@ the image is constructed. | |||
| 368 | ------------------- | 368 | ------------------- |
| 369 | 369 | ||
| 370 | Creates the file and directory structure for an installable SDK. See the | 370 | Creates the file and directory structure for an installable SDK. See the |
| 371 | ":ref:`sdk-generation-dev-environment`" | 371 | ":ref:`overview-manual/overview-manual-concepts:sdk generation`" |
| 372 | section in the Yocto Project Overview and Concepts Manual for more | 372 | section in the Yocto Project Overview and Concepts Manual for more |
| 373 | information. | 373 | information. |
| 374 | 374 | ||
| @@ -378,7 +378,7 @@ information. | |||
| 378 | ----------------------- | 378 | ----------------------- |
| 379 | 379 | ||
| 380 | Creates the file and directory structure for an installable extensible | 380 | Creates the file and directory structure for an installable extensible |
| 381 | SDK (eSDK). See the ":ref:`sdk-generation-dev-environment`" | 381 | SDK (eSDK). See the ":ref:`overview-manual/overview-manual-concepts:sdk generation`" |
| 382 | section in the Yocto Project Overview and Concepts Manual for more | 382 | section in the Yocto Project Overview and Concepts Manual for more |
| 383 | information. | 383 | information. |
| 384 | 384 | ||
| @@ -434,7 +434,7 @@ Unpacks the source code into a working directory pointed to by | |||
| 434 | ``${``\ :term:`WORKDIR`\ ``}``. The :term:`S` | 434 | ``${``\ :term:`WORKDIR`\ ``}``. The :term:`S` |
| 435 | variable also plays a role in where unpacked source files ultimately | 435 | variable also plays a role in where unpacked source files ultimately |
| 436 | reside. For more information on how source files are unpacked, see the | 436 | reside. For more information on how source files are unpacked, see the |
| 437 | ":ref:`source-fetching-dev-environment`" | 437 | ":ref:`overview-manual/overview-manual-concepts:source fetching`" |
| 438 | section in the Yocto Project Overview and Concepts Manual and also see | 438 | section in the Yocto Project Overview and Concepts Manual and also see |
| 439 | the ``WORKDIR`` and ``S`` variable descriptions. | 439 | the ``WORKDIR`` and ``S`` variable descriptions. |
| 440 | 440 | ||
| @@ -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:`platdev-appdev-devpyshell`" section in | 570 | functions as if within the BitBake environment. See the ":ref:`dev-manual/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:`platdev-appdev-devshell`" section in the | 580 | or both. See the ":ref:`dev-manual/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 | ||
| @@ -593,7 +593,7 @@ Lists all defined tasks for a target. | |||
| 593 | ``do_package_index`` | 593 | ``do_package_index`` |
| 594 | -------------------- | 594 | -------------------- |
| 595 | 595 | ||
| 596 | Creates or updates the index in the :ref:`package-feeds-dev-environment` area. | 596 | Creates or updates the index in the :ref:`overview-manual/overview-manual-concepts:package feeds` area. |
| 597 | 597 | ||
| 598 | .. note:: | 598 | .. note:: |
| 599 | 599 | ||
| @@ -631,7 +631,7 @@ has some more information about these types of images. | |||
| 631 | ------------- | 631 | ------------- |
| 632 | 632 | ||
| 633 | Creates the root filesystem (file and directory structure) for an image. | 633 | Creates the root filesystem (file and directory structure) for an image. |
| 634 | See the ":ref:`image-generation-dev-environment`" | 634 | See the ":ref:`overview-manual/overview-manual-concepts:image generation`" |
| 635 | section in the Yocto Project Overview and Concepts Manual for more | 635 | section in the Yocto Project Overview and Concepts Manual for more |
| 636 | information on how the root filesystem is created. | 636 | information on how the root filesystem is created. |
| 637 | 637 | ||
