diff options
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>. |
