diff options
author | Tom Rini <tom.rini@gmail.com> | 2021-08-12 12:10:26 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-14 12:04:24 +0100 |
commit | 2eb5550db45d9617365f2d0a34ff1b9d2ea0c9ed (patch) | |
tree | 005acfc30857ac8b8bacd8f472c2f34291b66f1c /documentation/kernel-dev/common.rst | |
parent | 98ca1114ef6db08b2b82d5faf7beababcb62d697 (diff) | |
download | poky-2eb5550db45d9617365f2d0a34ff1b9d2ea0c9ed.tar.gz |
manuals: Rename the "Using .bbappend Files in Your Layer" section
To prepare to add another example bbappend, rename the current "Using
.bbappend Files in Your Layer" section to "Appending Other Layers Metadata
With Your Layer". Name the current example as "Overlaying a File Using
Your Layer".
(From yocto-docs rev: 62d7b5721b2fbcf1e22fc4e7bbac51d52260730e)
Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/kernel-dev/common.rst')
-rw-r--r-- | documentation/kernel-dev/common.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index 7bfa468dec..d42ca5f99a 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
@@ -425,7 +425,7 @@ home directory: | |||
425 | The :term:`FILESEXTRAPATHS` and :term:`SRC_URI` statements | 425 | The :term:`FILESEXTRAPATHS` and :term:`SRC_URI` statements |
426 | enable the OpenEmbedded build system to find patch files. For more | 426 | enable the OpenEmbedded build system to find patch files. For more |
427 | information on using append files, see the | 427 | information on using append files, see the |
428 | ":ref:`dev-manual/common-tasks:using .bbappend files in your layer`" | 428 | ":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`" |
429 | section in the Yocto Project Development Tasks Manual. | 429 | section in the Yocto Project Development Tasks Manual. |
430 | 430 | ||
431 | Modifying an Existing Recipe | 431 | Modifying an Existing Recipe |
@@ -1070,7 +1070,7 @@ Section. | |||
1070 | For more information on append files and patches, see the | 1070 | For more information on append files and patches, see the |
1071 | ":ref:`kernel-dev/common:creating the append file`" and | 1071 | ":ref:`kernel-dev/common:creating the append file`" and |
1072 | ":ref:`kernel-dev/common:applying patches`" sections. You can also see the | 1072 | ":ref:`kernel-dev/common:applying patches`" sections. You can also see the |
1073 | ":ref:`dev-manual/common-tasks:using .bbappend files in your layer`" | 1073 | ":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`" |
1074 | section in the Yocto Project Development Tasks Manual. | 1074 | section in the Yocto Project Development Tasks Manual. |
1075 | 1075 | ||
1076 | .. note:: | 1076 | .. note:: |