diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-08-04 07:47:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-12 13:50:29 +0100 |
commit | a1550834e27831593b034442df1445cdb08404d4 (patch) | |
tree | c8dbcf7d257601ccd1173568745442d7f803457b /documentation | |
parent | 0f24d9c569db733b4f63803ee4a9c12ec1789791 (diff) | |
download | poky-a1550834e27831593b034442df1445cdb08404d4.tar.gz |
ref-manual: Updated a couple FAQ entries.
(From yocto-docs rev: aa445a20ae68d7648a3ccfb76ec42aa5fb95fe01)
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/ref-manual/faq.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index 72ff0d6fda..b8616ba489 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml | |||
@@ -710,7 +710,7 @@ | |||
710 | and <filename>sysconfdir</filename> that indicate where | 710 | and <filename>sysconfdir</filename> that indicate where |
711 | executables, libraries, and data reside when a program is | 711 | executables, libraries, and data reside when a program is |
712 | actually run. | 712 | actually run. |
713 | And, they are also expected to respect a | 713 | They are also expected to respect a |
714 | <filename>DESTDIR</filename> environment variable, which is | 714 | <filename>DESTDIR</filename> environment variable, which is |
715 | prepended to all the other variables when the build system | 715 | prepended to all the other variables when the build system |
716 | actually installs the files. | 716 | actually installs the files. |
@@ -742,7 +742,7 @@ | |||
742 | where the first is relatively normal and the second is not: | 742 | where the first is relatively normal and the second is not: |
743 | <note> | 743 | <note> |
744 | Due to these lengthy examples, the paths are artificially | 744 | Due to these lengthy examples, the paths are artificially |
745 | broke across lines for readability. | 745 | broken across lines for readability. |
746 | </note> | 746 | </note> |
747 | <literallayout class='monospaced'> | 747 | <literallayout class='monospaced'> |
748 | /home/maxtothemax/poky-bootchart2/build/tmp/work/i586-poky-linux/zlib/ | 748 | /home/maxtothemax/poky-bootchart2/build/tmp/work/i586-poky-linux/zlib/ |
@@ -770,7 +770,7 @@ | |||
770 | </question> | 770 | </question> |
771 | <answer> | 771 | <answer> |
772 | <para> | 772 | <para> |
773 | This situation results when the OpenEmbedded build system does | 773 | This situation results when a build system does |
774 | not recognize the environment variables supplied to it by | 774 | not recognize the environment variables supplied to it by |
775 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>. | 775 | <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>. |
776 | The incident that prompted this FAQ entry involved a Makefile | 776 | The incident that prompted this FAQ entry involved a Makefile |
@@ -780,10 +780,10 @@ | |||
780 | The makefile's hardcoded default value of "/usr/bin" worked | 780 | The makefile's hardcoded default value of "/usr/bin" worked |
781 | most of the time, but not for the recipe's | 781 | most of the time, but not for the recipe's |
782 | <filename>-native</filename> variant. | 782 | <filename>-native</filename> variant. |
783 | Consequently, permissions errors might be caused by a Makefile | 783 | For example, permissions errors might be caused by a Makefile |
784 | that ignores <filename>DESTDIR</filename> or uses a different | 784 | that ignores <filename>DESTDIR</filename> or uses a different |
785 | name for that environment variable. | 785 | name for that environment variable. |
786 | Check the OpenEmbedded build system to see if these kinds of | 786 | Check the the build system to see if these kinds of |
787 | issues exist. | 787 | issues exist. |
788 | </para> | 788 | </para> |
789 | </answer> | 789 | </answer> |