diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-03-13 17:02:42 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-23 14:24:47 +0000 |
| commit | 221d4391da2a5511ff37c8d512311cc713e70b1c (patch) | |
| tree | a47ba9b1d1ff631398cf43c32ecc323d43114ca4 | |
| parent | 73aea6c113265d1465ffa781dd794b6b77eb23dd (diff) | |
| download | poky-221d4391da2a5511ff37c8d512311cc713e70b1c.tar.gz | |
documentation/dev-manual/dev-manual-common-tasks.xml: added link
Put in a link to reference another example of using a .bbappend
file.
(From yocto-docs rev: b5a5433506adfe46276584e51dc19fc153ea098d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index a8a695400c..cd90c10a0b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -321,6 +321,12 @@ | |||
| 321 | paths in the final list. | 321 | paths in the final list. |
| 322 | </note> | 322 | </note> |
| 323 | </para> | 323 | </para> |
| 324 | |||
| 325 | <para> | ||
| 326 | For another example on how to use a <filename>.bbappend</filename> file, see the | ||
| 327 | "<link linkend='changing-recipes-kernel'>Changing <filename>recipes-kernel</filename></link>" | ||
| 328 | section. | ||
| 329 | </para> | ||
| 324 | </section> | 330 | </section> |
| 325 | 331 | ||
| 326 | <section id='prioritizing-your-layer'> | 332 | <section id='prioritizing-your-layer'> |
