summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-24 14:06:54 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:14 +0000
commitf54fe56feda8d4c3c3f1320e6ec598df09bf63f5 (patch)
tree99cc4242d536d5f549b509e1ff84005ac88865eb /documentation/ref-manual
parenta882267b58aac556e0a12656a4bbc2e278626920 (diff)
downloadpoky-f54fe56feda8d4c3c3f1320e6ec598df09bf63f5.tar.gz
ref-manual: Updates for nativesdk clarifications.
Fixes [YOCTO #8620] Added a couple more clarifications for some nativesdk term uses. Minor edits to help make things clearer. (From yocto-docs rev: 38082e1120861332674f97f67966b1f5cec7dc03) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/migration.xml3
-rw-r--r--documentation/ref-manual/technical-details.xml6
2 files changed, 5 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 6fc39d0b56..7f1ef8cd5d 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -193,8 +193,7 @@
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 relocatable packages for the native architecture as specified 196 relocatable packages that are native to
197 in
198 <link linkend='var-SDK_ARCH'><filename>SDK_ARCH</filename></link>, 197 <link linkend='var-SDK_ARCH'><filename>SDK_ARCH</filename></link>,
199 and any references need to be updated to use 198 and any references need to be updated to use
200 <filename>nativesdk-*</filename> instead of 199 <filename>nativesdk-*</filename> instead of
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index e26994503b..4aa3c58309 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -282,8 +282,10 @@
282 the development tools (e.g., the 282 the development tools (e.g., the
283 <filename>gcc-cross-canadian</filename>), 283 <filename>gcc-cross-canadian</filename>),
284 <filename>binutils-cross-canadian</filename>, and other 284 <filename>binutils-cross-canadian</filename>, and other
285 <filename>nativesdk-*</filename> tools you need to cross-compile and 285 <filename>nativesdk-*</filename> tools,
286 test your software. 286 which are tools native to the SDK (i.e. native to
287 <link linkend='var-SDK_ARCH'><filename>SDK_ARCH</filename></link>),
288 you need to cross-compile and test your software.
287 The figure shows the commands you use to easily build out this 289 The figure shows the commands you use to easily build out this
288 toolchain. 290 toolchain.
289 This cross-development toolchain is built to execute on the 291 This cross-development toolchain is built to execute on the