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