diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-17 13:11:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-17 22:34:23 +0100 |
commit | 295db7189536d97058c21ab34c52f46bee22d6b1 (patch) | |
tree | 3490017be660fa11cf8beb5cef9759277be54fb6 /documentation | |
parent | 969218e5f67d43f910d6459ef0955f4ba99c7055 (diff) | |
download | poky-295db7189536d97058c21ab34c52f46bee22d6b1.tar.gz |
dev-manual: Fixed directory name used in example.
(From yocto-docs rev: 1efd52814eaeadd36bb12a53f31967eb959b32a1)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 5a0d8b6195..219ee68d40 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -446,9 +446,10 @@ | |||
446 | <para> | 446 | <para> |
447 | The statement in this example extends the directories to include | 447 | The statement in this example extends the directories to include |
448 | <filename>${THISDIR}/${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink><filename>}</filename>, | 448 | <filename>${THISDIR}/${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink><filename>}</filename>, |
449 | which resolves to the same directory in which the append file | 449 | which resolves to a directory named |
450 | resides (i.e. | 450 | <filename>formfactor</filename> in the same directory |
451 | <filename>meta-intel/meta-crownbay/recipes-bsp/formfactor</filename>. | 451 | in which the append file resides (i.e. |
452 | <filename>meta-intel/meta-crownbay/recipes-bsp/formfactor/formfactor</filename>. | ||
452 | This implies that you must have the supporting directory | 453 | This implies that you must have the supporting directory |
453 | structure set up that will contain any files or patches you | 454 | structure set up that will contain any files or patches you |
454 | will be including from the layer. | 455 | will be including from the layer. |