diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-02-20 11:18:58 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-20 21:41:18 +0000 |
commit | 34abc2ca48772c9ae1aeaaf9a573329c3c4ad251 (patch) | |
tree | 28857cb5dae71adc9546ac0ce10f0b93d9c18124 /bitbake | |
parent | e5946b39c16244f351b0254a6c4278369a8da18b (diff) | |
download | poky-34abc2ca48772c9ae1aeaaf9a573329c3c4ad251.tar.gz |
bitbake: bitbake-user-manual: Added cross reference to "Layers" section.
(Bitbake rev: 34da85efb4cf76389f97d233571f79b733986ede)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml index f1060e52c1..9076f0fcd4 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-hello.xml | |||
@@ -383,10 +383,10 @@ | |||
383 | code separate from the general metadata used by BitBake. | 383 | code separate from the general metadata used by BitBake. |
384 | Thus, this example creates and uses a layer called "mylayer". | 384 | Thus, this example creates and uses a layer called "mylayer". |
385 | <note> | 385 | <note> |
386 | You can find additional information on layers at | 386 | You can find additional information on layers in the |
387 | <ulink url='http://www.yoctoproject.org/docs/2.3/bitbake-user-manual/bitbake-user-manual.html#layers'></ulink>. | 387 | "<link linkend='layers'>Layers</link>" section. |
388 | </note> | 388 | </note></para> |
389 | </para> | 389 | |
390 | <para>Minimally, you need a recipe file and a layer configuration | 390 | <para>Minimally, you need a recipe file and a layer configuration |
391 | file in your layer. | 391 | file in your layer. |
392 | The configuration file needs to be in the <filename>conf</filename> | 392 | The configuration file needs to be in the <filename>conf</filename> |