From 295db7189536d97058c21ab34c52f46bee22d6b1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 17 Apr 2013 13:11:04 -0700 Subject: [PATCH] dev-manual: Fixed directory name used in example. (From yocto-docs rev: 1efd52814eaeadd36bb12a53f31967eb959b32a1) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 5a0d8b6195..219ee68d40 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -446,9 +446,10 @@ The statement in this example extends the directories to include ${THISDIR}/${PN}, - which resolves to the same directory in which the append file - resides (i.e. - meta-intel/meta-crownbay/recipes-bsp/formfactor. + which resolves to a directory named + formfactor in the same directory + in which the append file resides (i.e. + meta-intel/meta-crownbay/recipes-bsp/formfactor/formfactor. This implies that you must have the supporting directory structure set up that will contain any files or patches you will be including from the layer.