diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-05-29 14:09:04 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-31 08:19:20 +0100 |
commit | 4f41a86018834efa56bf4a44da4efa6686bfd220 (patch) | |
tree | c5ee406e97f88150ec6fd7f681a077d0df5fa210 /documentation/dev-manual | |
parent | 36828be8353aebd7906029a9deed619ca4e9fd9a (diff) | |
download | poky-4f41a86018834efa56bf4a44da4efa6686bfd220.tar.gz |
dev-manual, kernel-manual: Added links to THISDIR variable
There is now a glossary description for the THISDIR variable
in ref-manual. I added some cross-reference links to the
variable in key places of these two manuals.
(From yocto-docs rev: 0d0f756c142c506a66ebc6a1a33e9f124dafd333)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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 95ae0076dd..ebd12d7240 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -445,7 +445,7 @@ | |||
445 | 445 | ||
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>${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-THISDIR'><filename>THISDIR</filename></ulink><filename>}/${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink><filename>}</filename>, |
449 | which resolves to a directory named | 449 | which resolves to a directory named |
450 | <filename>formfactor</filename> in the same directory | 450 | <filename>formfactor</filename> in the same directory |
451 | in which the append file resides (i.e. | 451 | in which the append file resides (i.e. |