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/migration-guides | |
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/migration-guides')
-rw-r--r-- | documentation/migration-guides/migration-1.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/migration-guides/migration-1.4.rst b/documentation/migration-guides/migration-1.4.rst index 3f980915cf..baf3c08379 100644 --- a/documentation/migration-guides/migration-1.4.rst +++ b/documentation/migration-guides/migration-1.4.rst | |||
@@ -83,7 +83,7 @@ create an append file for the ``init-ifupdown`` recipe instead, which | |||
83 | you can find in the :term:`Source Directory` at | 83 | you can find in the :term:`Source Directory` at |
84 | ``meta/recipes-core/init-ifupdown``. For information on how to use | 84 | ``meta/recipes-core/init-ifupdown``. For information on how to use |
85 | append files, see the | 85 | append files, see the |
86 | ":ref:`dev-manual/common-tasks:using .bbappend files in your layer`" | 86 | ":ref:`dev-manual/common-tasks:appending other layers metadata with your layer`" |
87 | section in the Yocto Project Development Tasks Manual. | 87 | section in the Yocto Project Development Tasks Manual. |
88 | 88 | ||
89 | .. _migration-1.4-remote-debugging: | 89 | .. _migration-1.4-remote-debugging: |