summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-25 11:53:32 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-01 21:00:28 +0100
commitbc7f18c61def5603a79b654451b4da7fd4a5252f (patch)
treeb217d303e642168083f5d08fa4b08f1ab93491c9 /documentation
parent89e29584751ad7055457885c349140e8f889de70 (diff)
downloadpoky-bc7f18c61def5603a79b654451b4da7fd4a5252f.tar.gz
documentation/dev-manual/dev-manual-common-tasks.xml: fixed path
Added more detail to the pathname for the example formfactor_0.0.bbappend file. (From yocto-docs rev: 32e60999494bb5b69d683008ad804613e4b99d07) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 1c8acca4ae..9a56f18a48 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -295,7 +295,8 @@
295 } 295 }
296 </literallayout> 296 </literallayout>
297 Here is the append file, which is named <filename>formfactor_0.0.bbappend</filename> and is from the 297 Here is the append file, which is named <filename>formfactor_0.0.bbappend</filename> and is from the
298 Crown Bay BSP Layer named <filename>meta-intel/meta-crownbay</filename>: 298 Crown Bay BSP Layer named <filename>meta-intel/meta-crownbay</filename>.
299 The file is in <filename>recipes-bsp/formfactor</filename>:
299 <literallayout class='monospaced'> 300 <literallayout class='monospaced'>
300 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" 301 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
301 302