summaryrefslogtreecommitdiffstats
path: root/documentation/kernel-dev/faq.rst
diff options
context:
space:
mode:
authorTom Rini <tom.rini@gmail.com>2021-08-12 12:10:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-14 12:04:24 +0100
commit2eb5550db45d9617365f2d0a34ff1b9d2ea0c9ed (patch)
tree005acfc30857ac8b8bacd8f472c2f34291b66f1c /documentation/kernel-dev/faq.rst
parent98ca1114ef6db08b2b82d5faf7beababcb62d697 (diff)
downloadpoky-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/faq.rst')
-rw-r--r--documentation/kernel-dev/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/kernel-dev/faq.rst b/documentation/kernel-dev/faq.rst
index 47be334860..5aa702ad69 100644
--- a/documentation/kernel-dev/faq.rst
+++ b/documentation/kernel-dev/faq.rst
@@ -38,7 +38,7 @@ The kernel image (e.g. ``vmlinuz``) is provided by the
38specify whether or not the kernel image is installed in the generated 38specify whether or not the kernel image is installed in the generated
39root filesystem, override ``RDEPENDS:${KERNEL_PACKAGE_NAME}-base`` to include or not 39root filesystem, override ``RDEPENDS:${KERNEL_PACKAGE_NAME}-base`` to include or not
40include "kernel-image". See the 40include "kernel-image". See the
41":ref:`dev-manual/common-tasks:using .bbappend files in your layer`" 41":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`"
42section in the 42section in the
43Yocto Project Development Tasks Manual for information on how to use an 43Yocto Project Development Tasks Manual for information on how to use an
44append file to override metadata. 44append file to override metadata.