summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/common-tasks.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/common-tasks.rst')
-rw-r--r--documentation/dev-manual/common-tasks.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index 68ce2b852a..0d4e814f66 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -973,7 +973,7 @@ a recipe and using :term:`EXTRA_IMAGE_FEATURES` from within your
973:term:`Build Directory`. 973:term:`Build Directory`.
974 974
975To understand how these features work, the best reference is 975To understand how these features work, the best reference is
976:ref:`meta/classes/image.bbclass <ref-classes-image>`. 976:ref:`meta/classes-recipe/image.bbclass <ref-classes-image>`.
977This class lists out the available 977This class lists out the available
978:term:`IMAGE_FEATURES` of which most map to package groups while some, such 978:term:`IMAGE_FEATURES` of which most map to package groups while some, such
979as ``debug-tweaks`` and ``read-only-rootfs``, resolve as general 979as ``debug-tweaks`` and ``read-only-rootfs``, resolve as general
@@ -6889,7 +6889,7 @@ multiple times if you have more than one set of modules to package.
6889For more examples that show how to use ``do_split_packages``, see the 6889For more examples that show how to use ``do_split_packages``, see the
6890``connman.inc`` file in the ``meta/recipes-connectivity/connman/`` 6890``connman.inc`` file in the ``meta/recipes-connectivity/connman/``
6891directory of the ``poky`` :ref:`source repository <overview-manual/development-environment:yocto project source repositories>`. You can 6891directory of the ``poky`` :ref:`source repository <overview-manual/development-environment:yocto project source repositories>`. You can
6892also find examples in ``meta/classes/kernel.bbclass``. 6892also find examples in ``meta/classes-recipe/kernel.bbclass``.
6893 6893
6894Following is a reference that shows ``do_split_packages`` mandatory and 6894Following is a reference that shows ``do_split_packages`` mandatory and
6895optional arguments:: 6895optional arguments::