From 4f41a86018834efa56bf4a44da4efa6686bfd220 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 29 May 2013 14:09:04 +0300 Subject: [PATCH] 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/dev-manual/dev-manual-common-tasks.xml | 2 +- documentation/kernel-dev/kernel-dev-advanced.xml | 2 +- documentation/kernel-dev/kernel-dev-common.xml | 5 +++-- 3 files changed, 5 insertions(+), 4 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 @@ The statement in this example extends the directories to include - ${THISDIR}/${PN}, + ${THISDIR}/${PN}, which resolves to a directory named formfactor in the same directory in which the append file resides (i.e. diff --git a/documentation/kernel-dev/kernel-dev-advanced.xml b/documentation/kernel-dev/kernel-dev-advanced.xml index 2626f691dc..d15e26ffbf 100644 --- a/documentation/kernel-dev/kernel-dev-advanced.xml +++ b/documentation/kernel-dev/kernel-dev-advanced.xml @@ -203,7 +203,7 @@ oe-core/meta-skeleton/recipes-kernel/linux/linux-yocto-custom.bb to a recipe in your layer, FILESEXTRAPATHS is typically set to - ${THISDIR}/${PN}. + ${THISDIR}/${PN}. See the "Modifying an Existing Recipe" section for more information. 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