diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-07-15 06:37:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-21 10:59:22 +0100 |
commit | 73107a7ae45c56fe4c437cf6ccdbf8f4fceef726 (patch) | |
tree | 6c6ee8cd019712c4959250f47b5779e6f6f77565 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | 7741e10f703453829aa2d2d8c87a07d2a2c102fe (diff) | |
download | poky-73107a7ae45c56fe4c437cf6ccdbf8f4fceef726.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: wording change.
Was suggested that toolchains "should" be installed under /opt/poky.
This is in fact a requirement. I replaced "should" with "must."
(From yocto-docs rev: fe890b056831a84cde47f9200300491426f20c65)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index b82ce289f4..a6f7172869 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -447,7 +447,7 @@ | |||
447 | </literallayout> | 447 | </literallayout> |
448 | 448 | ||
449 | <para> | 449 | <para> |
450 | The toolchain tarballs are self-contained and should be installed into <filename>/opt/poky</filename>. | 450 | The toolchain tarballs are self-contained and must be installed into <filename>/opt/poky</filename>. |
451 | The following commands show how you install the toolchain tarball given a 64-bit development host system | 451 | The following commands show how you install the toolchain tarball given a 64-bit development host system |
452 | and a 32-bit target architecture. | 452 | and a 32-bit target architecture. |
453 | </para> | 453 | </para> |