diff options
author | Quentin Schulz <foss@0leil.net> | 2021-12-03 18:39:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-13 23:31:34 +0000 |
commit | e6f8c401aa55ec8778afbb342457d01050aeaddf (patch) | |
tree | e7bd3104804aed6dec7b0086d4e2bc6823534570 /documentation/dev-manual | |
parent | e71983bc7dba65df6273faaad92c5a43afded0ff (diff) | |
download | poky-e6f8c401aa55ec8778afbb342457d01050aeaddf.tar.gz |
docs: dev-manual: common-tasks: highlight creating your own layer is not required
Three's been some feedback saying that people actually missed that
paragraph and thought creating the layer by hand was the only way to do
it instead of leveraging bitbake-layers create-layer tool.
Let's try to make it a bit more obvious one does not need to create the
layer by hand by putting the paragraph into a note.
(From yocto-docs rev: 2b171d267ae37d467f8437c4739f32e5253049b3)
Signed-off-by: Quentin Schulz <foss@0leil.net>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/common-tasks.rst | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index c25af4eff2..f7d82ba191 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst | |||
@@ -24,15 +24,17 @@ section in the Yocto Project Overview and Concepts Manual. | |||
24 | Creating Your Own Layer | 24 | Creating Your Own Layer |
25 | ----------------------- | 25 | ----------------------- |
26 | 26 | ||
27 | It is very easy to create your own layers to use with the OpenEmbedded | 27 | .. note:: |
28 | build system, as the Yocto Project ships with tools that speed up creating | 28 | |
29 | layers. This section describes the steps you perform by hand to create | 29 | It is very easy to create your own layers to use with the OpenEmbedded |
30 | layers so that you can better understand them. For information about the | 30 | build system, as the Yocto Project ships with tools that speed up creating |
31 | layer-creation tools, see the | 31 | layers. This section describes the steps you perform by hand to create |
32 | ":ref:`bsp-guide/bsp:creating a new bsp layer using the \`\`bitbake-layers\`\` script`" | 32 | layers so that you can better understand them. For information about the |
33 | section in the Yocto Project Board Support Package (BSP) Developer's | 33 | layer-creation tools, see the |
34 | Guide and the ":ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`" | 34 | ":ref:`bsp-guide/bsp:creating a new bsp layer using the \`\`bitbake-layers\`\` script`" |
35 | section further down in this manual. | 35 | section in the Yocto Project Board Support Package (BSP) Developer's |
36 | Guide and the ":ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers\`\` script`" | ||
37 | section further down in this manual. | ||
36 | 38 | ||
37 | Follow these general steps to create your layer without using tools: | 39 | Follow these general steps to create your layer without using tools: |
38 | 40 | ||