diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-03-26 08:13:48 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:04 +0100 |
commit | b98b5b25f974463a70046948875733f2fbc5fa05 (patch) | |
tree | 525333d1e0eb7952ef0a6b2448a3a51226ecbda9 /documentation/dev-manual | |
parent | 6103268a4fe7268079abe5f509a60a10e24b1f25 (diff) | |
download | poky-b98b5b25f974463a70046948875733f2fbc5fa05.tar.gz |
dev-manual: Added an id tag for the create layer step.
(From yocto-docs rev: 59b8c053f8fe94cc51ece86733c435ac7085eb57)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index ccb902bef8..3802c60d3f 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -93,7 +93,7 @@ | |||
93 | the "meta-" string are appended | 93 | the "meta-" string are appended |
94 | to several variables used in the configuration. | 94 | to several variables used in the configuration. |
95 | </para></listitem> | 95 | </para></listitem> |
96 | <listitem><para> | 96 | <listitem><para id='dev-layer-config-file-description'> |
97 | <emphasis>Create a Layer Configuration File:</emphasis> | 97 | <emphasis>Create a Layer Configuration File:</emphasis> |
98 | Inside your new layer folder, you need to create a | 98 | Inside your new layer folder, you need to create a |
99 | <filename>conf/layer.conf</filename> file. | 99 | <filename>conf/layer.conf</filename> file. |