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/kernel-dev/kernel-dev-common.xml | |
| 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/kernel-dev/kernel-dev-common.xml')
| -rw-r--r-- | documentation/kernel-dev/kernel-dev-common.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/documentation/kernel-dev/kernel-dev-common.xml b/documentation/kernel-dev/kernel-dev-common.xml index e18eb31923..11a527ce24 100644 --- a/documentation/kernel-dev/kernel-dev-common.xml +++ b/documentation/kernel-dev/kernel-dev-common.xml | |||
| @@ -97,8 +97,9 @@ | |||
| 97 | <literallayout class='monospaced'> | 97 | <literallayout class='monospaced'> |
| 98 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" | 98 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" |
| 99 | </literallayout> | 99 | </literallayout> |
| 100 | The path <filename>${THISDIR}/${</filename><ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink><filename>}</filename> expands | 100 | The path <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> |
| 101 | to "linux-yocto" in the current directory for this example. | 101 | expands to "linux-yocto" in the current directory for this |
| 102 | example. | ||
| 102 | If you add any new files that modify the kernel recipe and you | 103 | If you add any new files that modify the kernel recipe and you |
| 103 | have extended <filename>FILESPATH</filename> as | 104 | have extended <filename>FILESPATH</filename> as |
| 104 | described above, you must place the files in your layer in the | 105 | described above, you must place the files in your layer in the |
