diff options
| -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 | ||
