diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-02-16 15:42:55 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-03 17:40:11 +0000 |
commit | c5b4f69821c7b5ef9047c41198535eb900ea7b94 (patch) | |
tree | 9bf773203722b215065ade66f4d2fbde201d4ffd /documentation/ref-manual/migration.xml | |
parent | 952bcc7fd5470e534f71150a5a5b36d8b520679e (diff) | |
download | poky-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/migration.xml')
-rw-r--r-- | documentation/ref-manual/migration.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 45ac041d92..62f792bf7b 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -97,13 +97,14 @@ | |||
97 | 97 | ||
98 | <para> | 98 | <para> |
99 | The shared state cache (sstate-cache), as pointed to by | 99 | The shared state cache (sstate-cache), as pointed to by |
100 | <link linkend='var-SSTATE_DIR'><filename>SSTATE_DIR</filename></link>, by default | 100 | <link linkend='var-SSTATE_DIR'><filename>SSTATE_DIR</filename></link>, |
101 | now has two-character subdirectories to prevent issues arising | 101 | by default now has two-character subdirectories to prevent |
102 | from too many files in the same directory. | 102 | issues arising from too many files in the same directory. |
103 | Also, native sstate-cache packages will go into a subdirectory named using | 103 | Also, native sstate-cache packages, which are built to run |
104 | on the host system, will go into a subdirectory named using | ||
104 | the distro ID string. | 105 | the distro ID string. |
105 | If you copy the newly structured sstate-cache to a mirror location | 106 | If you copy the newly structured sstate-cache to a mirror |
106 | (either local or remote) and then point to it in | 107 | location (either local or remote) and then point to it in |
107 | <link linkend='var-SSTATE_MIRRORS'><filename>SSTATE_MIRRORS</filename></link>, | 108 | <link linkend='var-SSTATE_MIRRORS'><filename>SSTATE_MIRRORS</filename></link>, |
108 | you need to append "PATH" to the end of the mirror URL so that | 109 | you need to append "PATH" to the end of the mirror URL so that |
109 | the path used by BitBake before the mirror substitution is | 110 | the path used by BitBake before the mirror substitution is |
@@ -191,7 +192,9 @@ | |||
191 | The suffix <filename>nativesdk</filename> is now implemented | 192 | The suffix <filename>nativesdk</filename> is now implemented |
192 | 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 |
193 | <filename>nativesdk</filename> recipes. | 194 | <filename>nativesdk</filename> recipes. |
194 | All custom <filename>nativesdk</filename> recipes and any | 195 | All custom <filename>nativesdk</filename> recipes, which are |
196 | recipes built on the host system to create packages for the | ||
197 | target machine, and any | ||
195 | references need to be updated to use | 198 | references need to be updated to use |
196 | <filename>nativesdk-*</filename> instead of | 199 | <filename>nativesdk-*</filename> instead of |
197 | <filename>*-nativesdk</filename>. | 200 | <filename>*-nativesdk</filename>. |