From 4f41a86018834efa56bf4a44da4efa6686bfd220 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 29 May 2013 14:09:04 +0300 Subject: 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 Signed-off-by: Richard Purdie --- documentation/kernel-dev/kernel-dev-common.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation/kernel-dev/kernel-dev-common.xml') 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 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}" - The path ${THISDIR}/${PN} expands - to "linux-yocto" in the current directory for this example. + The path ${THISDIR}/${PN} + expands to "linux-yocto" in the current directory for this + example. If you add any new files that modify the kernel recipe and you have extended FILESPATH as described above, you must place the files in your layer in the -- cgit v1.2.3-54-g00ecf