mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
manuals: update former references to dev-manual/common-tasks
(From yocto-docs rev: f8bb4c392912f15bb78f6f25910f85897abb4e3d) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
337a21080b
commit
b099a1c252
@@ -101,13 +101,13 @@ section:
|
||||
|
||||
For background information on working with common and BSP layers,
|
||||
see the
|
||||
":ref:`dev-manual/common-tasks:understanding and creating layers`"
|
||||
":ref:`dev-manual/layers:understanding and creating layers`"
|
||||
section in the Yocto Project Development Tasks Manual and the
|
||||
":ref:`bsp-guide/bsp:bsp layers`" section in the Yocto Project Board
|
||||
Support (BSP) Developer's Guide, respectively. For information on how to
|
||||
use the ``bitbake-layers create-layer`` command to quickly set up a layer,
|
||||
see the
|
||||
":ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`"
|
||||
":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` script`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
4. *Inform the BitBake Build Environment About Your Layer:* As directed
|
||||
@@ -278,13 +278,13 @@ section:
|
||||
|
||||
For background information on working with common and BSP layers,
|
||||
see the
|
||||
":ref:`dev-manual/common-tasks:understanding and creating layers`"
|
||||
":ref:`dev-manual/layers:understanding and creating layers`"
|
||||
section in the Yocto Project Development Tasks Manual and the
|
||||
":ref:`bsp-guide/bsp:bsp layers`" section in the Yocto Project Board
|
||||
Support (BSP) Developer's Guide, respectively. For information on how to
|
||||
use the ``bitbake-layers create-layer`` command to quickly set up a layer,
|
||||
see the
|
||||
":ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`"
|
||||
":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` script`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
4. *Inform the BitBake Build Environment About Your Layer:* As directed
|
||||
@@ -364,7 +364,7 @@ layer contains its own :term:`BitBake`
|
||||
append files (``.bbappend``) and provides a convenient mechanism to
|
||||
create your own recipe files (``.bb``) as well as store and use kernel
|
||||
patch files. For background information on working with layers, see the
|
||||
":ref:`dev-manual/common-tasks:understanding and creating layers`"
|
||||
":ref:`dev-manual/layers:understanding and creating layers`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
.. note::
|
||||
@@ -372,7 +372,7 @@ section in the Yocto Project Development Tasks Manual.
|
||||
The Yocto Project comes with many tools that simplify tasks you need
|
||||
to perform. One such tool is the ``bitbake-layers create-layer``
|
||||
command, which simplifies creating a new layer. See the
|
||||
":ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`"
|
||||
":ref:`dev-manual/layers:creating a general layer using the \`\`bitbake-layers\`\` script`"
|
||||
section in the Yocto Project Development Tasks Manual for
|
||||
information on how to use this script to quick set up a new layer.
|
||||
|
||||
@@ -425,7 +425,7 @@ home directory:
|
||||
The :term:`FILESEXTRAPATHS` and :term:`SRC_URI` statements
|
||||
enable the OpenEmbedded build system to find patch files. For more
|
||||
information on using append files, see the
|
||||
":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`"
|
||||
":ref:`dev-manual/layers:appending other layers metadata with your layer`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
Modifying an Existing Recipe
|
||||
@@ -1070,7 +1070,7 @@ Section.
|
||||
For more information on append files and patches, see the
|
||||
":ref:`kernel-dev/common:creating the append file`" and
|
||||
":ref:`kernel-dev/common:applying patches`" sections. You can also see the
|
||||
":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`"
|
||||
":ref:`dev-manual/layers:appending other layers metadata with your layer`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
.. note::
|
||||
|
||||
@@ -38,7 +38,7 @@ The kernel image (e.g. ``vmlinuz``) is provided by the
|
||||
specify whether or not the kernel image is installed in the generated
|
||||
root filesystem, override ``RRECOMMENDS:${KERNEL_PACKAGE_NAME}-base`` to include or not
|
||||
include "kernel-image". See the
|
||||
":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`"
|
||||
":ref:`dev-manual/layers:appending other layers metadata with your layer`"
|
||||
section in the
|
||||
Yocto Project Development Tasks Manual for information on how to use an
|
||||
append file to override metadata.
|
||||
|
||||
@@ -87,7 +87,7 @@ understand the following documentation:
|
||||
as described in the Yocto Project Application Development and the
|
||||
Extensible Software Development Kit (eSDK) manual.
|
||||
|
||||
- The ":ref:`dev-manual/common-tasks:understanding and creating layers`"
|
||||
- The ":ref:`dev-manual/layers:understanding and creating layers`"
|
||||
section in the Yocto Project Development Tasks Manual.
|
||||
|
||||
- The ":ref:`kernel-dev/intro:kernel modification workflow`" section.
|
||||
|
||||
Reference in New Issue
Block a user