diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-02-23 07:22:52 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:40:11 +0000 |
commit | 3b410498fec06cd09731571800405320d7ff4096 (patch) | |
tree | 6a4e6f065760de6ddd1d7e7c843b48c6952a5e92 /documentation/ref-manual/migration.xml | |
parent | a1970eb17bc8fde08aeca1128d5286c0bbc88ebf (diff) | |
download | poky-3b410498fec06cd09731571800405320d7ff4096.tar.gz |
ref-manual, dev-manual: Clarifying "native" and "sdknative"
Fixes [YOCTO #8620]
I applied some review comments for the changes made to several
areas in both these manuals. Minor wording fixes and the
dropping of some changes as directed by Joshua Lock.
(From yocto-docs rev: 71af89da612c37162ba27844c297879d643caf65)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r-- | documentation/ref-manual/migration.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 62f792bf7b..6fc39d0b56 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -193,9 +193,10 @@ | |||
193 | as a prefix, which simplifies a lot of the packaging code for | 193 | as a prefix, which simplifies a lot of the packaging code for |
194 | <filename>nativesdk</filename> recipes. | 194 | <filename>nativesdk</filename> recipes. |
195 | All custom <filename>nativesdk</filename> recipes, which are | 195 | All custom <filename>nativesdk</filename> recipes, which are |
196 | recipes built on the host system to create packages for the | 196 | relocatable packages for the native architecture as specified |
197 | target machine, and any | 197 | in |
198 | references need to be updated to use | 198 | <link linkend='var-SDK_ARCH'><filename>SDK_ARCH</filename></link>, |
199 | and any references need to be updated to use | ||
199 | <filename>nativesdk-*</filename> instead of | 200 | <filename>nativesdk-*</filename> instead of |
200 | <filename>*-nativesdk</filename>. | 201 | <filename>*-nativesdk</filename>. |
201 | </para> | 202 | </para> |