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>
This commit is contained in:
Scott Rifenbark
2016-02-16 15:42:55 -08:00
committed by Richard Purdie
parent 952bcc7fd5
commit c5b4f69821
8 changed files with 98 additions and 71 deletions

View File

@@ -463,10 +463,11 @@
<para>
The <filename>chrpath</filename> class
is a wrapper around the "chrpath" utility, which is used during the
build process for <filename>nativesdk</filename>,
<filename>cross</filename>, and
<filename>cross-canadian</filename> recipes to change
is a wrapper around the "chrpath" utility.
This utility is used during the build process for
<filename>nativesdk</filename>, <filename>cross</filename>, and
<filename>cross-canadian</filename> recipes, which run on the host
system to create packages for the target hardware and change
<filename>RPATH</filename> records within binaries in order to make
them relocatable.
</para>
@@ -1146,8 +1147,8 @@
<title><filename>gzipnative.bbclass</filename></title>
<para>
The <filename>gzipnative</filename>
class enables the use of native versions of <filename>gzip</filename>
The <filename>gzipnative</filename> class enables the use of
different native versions of <filename>gzip</filename>
and <filename>pigz</filename> rather than the versions of these tools
from the build host.
</para>