diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-08-04 14:08:10 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-12 13:50:30 +0100 |
commit | e2e08444bca27cc8337c9acc07f4f99b0885bb9c (patch) | |
tree | 658deca110fea650c4a821ce3f65e7f68524f014 /documentation/ref-manual/faq.xml | |
parent | 0467e3addf9485d5844dd2be6696250d777788f2 (diff) | |
download | poky-e2e08444bca27cc8337c9acc07f4f99b0885bb9c.tar.gz |
ref-manual: Review edits to new FAQ entries.
(From yocto-docs rev: f484b8d752fe1957f36745bfa6bb2aebd8ac1e5a)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/faq.xml')
-rw-r--r-- | documentation/ref-manual/faq.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index b8616ba489..7d4cb725de 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml | |||
@@ -752,8 +752,11 @@ | |||
752 | zlib-native/1.2.8-r0/sysroot-destdir/home/maxtothemax/poky-bootchart2/ | 752 | zlib-native/1.2.8-r0/sysroot-destdir/home/maxtothemax/poky-bootchart2/ |
753 | build/tmp/sysroots/x86_64-linux/usr/bin | 753 | build/tmp/sysroots/x86_64-linux/usr/bin |
754 | </literallayout> | 754 | </literallayout> |
755 | The standard <filename>DESTDIR</filename> mechanism leaves no | 755 | Even if the paths look unusual, they both are correct - |
756 | other choice. | 756 | the first for a target and the second for a native recipe. |
757 | This paths are a consequence of the | ||
758 | <filename>DESTDIR</filename> mechanism and while they | ||
759 | appear strange, they are correct and in practice very effective. | ||
757 | </para> | 760 | </para> |
758 | </answer> | 761 | </answer> |
759 | </qandaentry> | 762 | </qandaentry> |