diff options
Diffstat (limited to 'documentation/ref-manual/migration.xml')
| -rw-r--r-- | documentation/ref-manual/migration.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index f8bd852ad8..0e297b582a 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
| @@ -110,7 +110,7 @@ | |||
| 110 | appended to the path used to access the mirror. | 110 | appended to the path used to access the mirror. |
| 111 | Here is an example: | 111 | Here is an example: |
| 112 | <literallayout class='monospaced'> | 112 | <literallayout class='monospaced'> |
| 113 | SSTATE_MIRRORS = "file://.* http://someserver.tld/share/sstate/PATH" | 113 | SSTATE_MIRRORS = "file://.* http://<replaceable>someserver</replaceable>.tld/share/sstate/PATH" |
| 114 | </literallayout> | 114 | </literallayout> |
| 115 | </para> | 115 | </para> |
| 116 | </section> | 116 | </section> |
| @@ -375,10 +375,11 @@ | |||
| 375 | <listitem><para><emphasis>Shared State Code:</emphasis> | 375 | <listitem><para><emphasis>Shared State Code:</emphasis> |
| 376 | The shared state code has been optimized to avoid running | 376 | The shared state code has been optimized to avoid running |
| 377 | unnecessary tasks. | 377 | unnecessary tasks. |
| 378 | For example, | 378 | For example, the following no longer populates the target |
| 379 | <filename>bitbake -c rootfs some-image</filename> from | 379 | sysroot since that is not necessary: |
| 380 | shared state no longer populates the target sysroot | 380 | <literallayout class='monospaced'> |
| 381 | since that is not necessary. | 381 | $ bitbake -c rootfs <replaceable>some-image</replaceable> |
| 382 | </literallayout> | ||
| 382 | Instead, the system just needs to extract the output | 383 | Instead, the system just needs to extract the output |
| 383 | package contents, re-create the packages, and construct | 384 | package contents, re-create the packages, and construct |
| 384 | the root filesystem. | 385 | the root filesystem. |
| @@ -832,7 +833,7 @@ | |||
| 832 | This directory is located under | 833 | This directory is located under |
| 833 | <filename>sysroots</filename> and uses a machine-specific | 834 | <filename>sysroots</filename> and uses a machine-specific |
| 834 | name (i.e. | 835 | name (i.e. |
| 835 | <filename>tmp/sysroots/<machine>/pkgdata</filename>). | 836 | <filename>tmp/sysroots/<replaceable>machine</replaceable>/pkgdata</filename>). |
| 836 | </para></listitem> | 837 | </para></listitem> |
| 837 | </itemizedlist> | 838 | </itemizedlist> |
| 838 | </para> | 839 | </para> |
| @@ -1100,7 +1101,7 @@ | |||
| 1100 | </para></listitem> | 1101 | </para></listitem> |
| 1101 | <listitem><para> | 1102 | <listitem><para> |
| 1102 | <filename>base-files</filename>: Remove the unnecessary | 1103 | <filename>base-files</filename>: Remove the unnecessary |
| 1103 | <filename>media/xxx</filename> directories. | 1104 | <filename>media/</filename><replaceable>xxx</replaceable> directories. |
| 1104 | </para></listitem> | 1105 | </para></listitem> |
| 1105 | <listitem><para> | 1106 | <listitem><para> |
| 1106 | <filename>alsa-state</filename>: Provide an empty | 1107 | <filename>alsa-state</filename>: Provide an empty |
| @@ -1228,7 +1229,7 @@ | |||
| 1228 | value against the branch. | 1229 | value against the branch. |
| 1229 | You can specify the branch using the following form: | 1230 | You can specify the branch using the following form: |
| 1230 | <literallayout class='monospaced'> | 1231 | <literallayout class='monospaced'> |
| 1231 | SRC_URI = "git://server.name/repository;branch=<branchname>" | 1232 | SRC_URI = "git://server.name/repository;branch=<replaceable>branchname</replaceable>" |
| 1232 | </literallayout> | 1233 | </literallayout> |
| 1233 | If you do not specify a branch, BitBake looks | 1234 | If you do not specify a branch, BitBake looks |
| 1234 | in the default "master" branch. | 1235 | in the default "master" branch. |
| @@ -1305,10 +1306,10 @@ | |||
| 1305 | </section> | 1306 | </section> |
| 1306 | 1307 | ||
| 1307 | <section id='migration-1.6-task-taskname-overrides'> | 1308 | <section id='migration-1.6-task-taskname-overrides'> |
| 1308 | <title><filename>task-<taskname></filename> Overrides</title> | 1309 | <title><filename>task-</filename><replaceable>taskname</replaceable> Overrides</title> |
| 1309 | 1310 | ||
| 1310 | <para> | 1311 | <para> |
| 1311 | <filename>task-<taskname></filename> overrides have been | 1312 | <filename>task-</filename><replaceable>taskname</replaceable> overrides have been |
| 1312 | adjusted so that tasks whose names contain underscores have the | 1313 | adjusted so that tasks whose names contain underscores have the |
| 1313 | underscores replaced by hyphens for the override so that they | 1314 | underscores replaced by hyphens for the override so that they |
| 1314 | now function properly. | 1315 | now function properly. |
| @@ -1932,8 +1933,8 @@ | |||
| 1932 | </para></listitem> | 1933 | </para></listitem> |
| 1933 | <listitem><para> | 1934 | <listitem><para> |
| 1934 | Package QA checks are now performed during a new | 1935 | Package QA checks are now performed during a new |
| 1935 | <filename>do_package_qa</filename> task rather | 1936 | <link linkend='ref-tasks-package_qa'><filename>do_package_qa</filename></link> |
| 1936 | than being part of the | 1937 | task rather than being part of the |
| 1937 | <link linkend='ref-tasks-package'><filename>do_package</filename></link> | 1938 | <link linkend='ref-tasks-package'><filename>do_package</filename></link> |
| 1938 | task. | 1939 | task. |
| 1939 | This allows more parallel execution. | 1940 | This allows more parallel execution. |
