summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-02-16 15:42:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-03 17:40:11 +0000
commitc5b4f69821c7b5ef9047c41198535eb900ea7b94 (patch)
tree9bf773203722b215065ade66f4d2fbde201d4ffd /documentation/ref-manual/ref-classes.xml
parent952bcc7fd5470e534f71150a5a5b36d8b520679e (diff)
downloadpoky-c5b4f69821c7b5ef9047c41198535eb900ea7b94.tar.gz
ref-manual, dev-manual: Clarification of "native" and "sdknative"
Fixes [YOCTO #8620] I went through and made some judgement calls on the use of "native" and "sdknative". I tried to make sure that the reader understood the real meaning of these terms. (From yocto-docs rev: d711e8c6dfb32a4ad79e9d11dbf44fbc759d0245) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 7ba9a9770f..f994a2269d 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -463,10 +463,11 @@
463 463
464 <para> 464 <para>
465 The <filename>chrpath</filename> class 465 The <filename>chrpath</filename> class
466 is a wrapper around the "chrpath" utility, which is used during the 466 is a wrapper around the "chrpath" utility.
467 build process for <filename>nativesdk</filename>, 467 This utility is used during the build process for
468 <filename>cross</filename>, and 468 <filename>nativesdk</filename>, <filename>cross</filename>, and
469 <filename>cross-canadian</filename> recipes to change 469 <filename>cross-canadian</filename> recipes, which run on the host
470 system to create packages for the target hardware and change
470 <filename>RPATH</filename> records within binaries in order to make 471 <filename>RPATH</filename> records within binaries in order to make
471 them relocatable. 472 them relocatable.
472 </para> 473 </para>
@@ -1146,8 +1147,8 @@
1146 <title><filename>gzipnative.bbclass</filename></title> 1147 <title><filename>gzipnative.bbclass</filename></title>
1147 1148
1148 <para> 1149 <para>
1149 The <filename>gzipnative</filename> 1150 The <filename>gzipnative</filename> class enables the use of
1150 class enables the use of native versions of <filename>gzip</filename> 1151 different native versions of <filename>gzip</filename>
1151 and <filename>pigz</filename> rather than the versions of these tools 1152 and <filename>pigz</filename> rather than the versions of these tools
1152 from the build host. 1153 from the build host.
1153 </para> 1154 </para>