diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-04-25 11:53:32 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 20:50:47 +0100 |
commit | 6fe0548ec8083d3a6e6d4d45e0aa4b25285625f9 (patch) | |
tree | 47b7bf9336dbcf21e3571818c5d2df86e9b0f6f8 /documentation/dev-manual | |
parent | 6adda784623aa6df460e2f041c216b392855d20f (diff) | |
download | poky-6fe0548ec8083d3a6e6d4d45e0aa4b25285625f9.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: 4bd9ac9f189689ddb8806c750545223e1e55cd4b)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 3 |
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 | ||