summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-10-16 13:30:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-30 15:55:05 +0000
commit46dd48d731f4cb200d7b336de7ed70ad8ebdb1d2 (patch)
tree82e6c22a3fda0fc44c36756292f3bf1a06ae9876 /documentation/ref-manual/migration.xml
parente41c30aa33fdffe142c8c2e14ae0e76ac5f4f3cb (diff)
downloadpoky-46dd48d731f4cb200d7b336de7ed70ad8ebdb1d2.tar.gz
ref-manual: Fixed local links and links to dev-manual
The dev-manual title has changed to the Yocto Project Development Tasks Manual. I fixed links for this. Also, converted <ulink> links that were going to internel areas of the ref-manual to <link> format. (From yocto-docs rev: bfe4b762ac1c1eb666636a7c2430b3e21787c531) 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.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index b38c93ac97..6e2ad0b2c6 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -251,7 +251,7 @@
251 The following recipes have been removed. 251 The following recipes have been removed.
252 For most of them, it is unlikely that you would have any 252 For most of them, it is unlikely that you would have any
253 references to them in your own 253 references to them in your own
254 <ulink url='&YOCTO_DOCS_REF_URL;#metadata'>Metadata</ulink>. 254 <link linkend='metadata'>Metadata</link>.
255 However, you should check your metadata against this list to be sure: 255 However, you should check your metadata against this list to be sure:
256 <itemizedlist> 256 <itemizedlist>
257 <listitem><para><emphasis><filename>libx11-trim</filename></emphasis>: 257 <listitem><para><emphasis><filename>libx11-trim</filename></emphasis>:
@@ -293,7 +293,7 @@
293 For the remainder, you can now find them in the 293 For the remainder, you can now find them in the
294 <filename>meta-extras</filename> repository, which is in the 294 <filename>meta-extras</filename> repository, which is in the
295 Yocto Project 295 Yocto Project
296 <ulink url='&YOCTO_DOCS_REF_URL;#source-repositories'>Source Repositories</ulink>. 296 <link linkend='source-repositories'>Source Repositories</link>.
297 </para> 297 </para>
298 </section> 298 </section>
299 </section> 299 </section>
@@ -438,11 +438,11 @@
438 you now need to create an append file for the 438 you now need to create an append file for the
439 <filename>init-ifupdown</filename> recipe instead, which you can 439 <filename>init-ifupdown</filename> recipe instead, which you can
440 find in the 440 find in the
441 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink> 441 <link linkend='source-directory'>Source Directory</link>
442 at <filename>meta/recipes-core/init-ifupdown</filename>. 442 at <filename>meta/recipes-core/init-ifupdown</filename>.
443 For information on how to use append files, see the 443 For information on how to use append files, see the
444 "<ulink url='&YOCTO_DOCS_DEV_URL;#using-bbappend-files'>Using .bbappend Files</ulink>" 444 "<ulink url='&YOCTO_DOCS_DEV_URL;#using-bbappend-files'>Using .bbappend Files</ulink>"
445 in the Yocto Project Development Manual. 445 in the Yocto Project Development Tasks Manual.
446 </para> 446 </para>
447 </section> 447 </section>
448 448
@@ -992,7 +992,7 @@
992 <para> 992 <para>
993 You can learn more about performing automated image tests in the 993 You can learn more about performing automated image tests in the
994 "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>" 994 "<ulink url='&YOCTO_DOCS_DEV_URL;#performing-automated-runtime-testing'>Performing Automated Runtime Testing</ulink>"
995 section. 995 section in the Yocto Project Development Tasks Manual.
996 </para> 996 </para>
997 </section> 997 </section>
998 998
@@ -1173,7 +1173,7 @@
1173 class has been rewritten and its configuration has been simplified. 1173 class has been rewritten and its configuration has been simplified.
1174 For more details on the source archiver, see the 1174 For more details on the source archiver, see the
1175 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>" 1175 "<ulink url='&YOCTO_DOCS_DEV_URL;#maintaining-open-source-license-compliance-during-your-products-lifecycle'>Maintaining Open Source License Compliance During Your Product's Lifecycle</ulink>"
1176 section in the Yocto Project Development Manual. 1176 section in the Yocto Project Development Tasks Manual.
1177 </para> 1177 </para>
1178 </section> 1178 </section>
1179 1179
@@ -1362,7 +1362,7 @@
1362 increments on changes, use the PR service instead. 1362 increments on changes, use the PR service instead.
1363 You can find out more about this service in the 1363 You can find out more about this service in the
1364 "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-a-pr-service'>Working With a PR Service</ulink>" 1364 "<ulink url='&YOCTO_DOCS_DEV_URL;#working-with-a-pr-service'>Working With a PR Service</ulink>"
1365 section in the Yocto Project Development Manual. 1365 section in the Yocto Project Development Tasks Manual.
1366 </para> 1366 </para>
1367 </section> 1367 </section>
1368 1368
@@ -1453,7 +1453,7 @@
1453 Package Tests (ptest) are built but not installed by default. 1453 Package Tests (ptest) are built but not installed by default.
1454 For information on using Package Tests, see the 1454 For information on using Package Tests, see the
1455 "<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Setting up and running package test (ptest)</ulink>" 1455 "<ulink url='&YOCTO_DOCS_DEV_URL;#testing-packages-with-ptest'>Setting up and running package test (ptest)</ulink>"
1456 section in the Yocto Project Development Manual. 1456 section in the Yocto Project Development Tasks Manual.
1457 For information on the <filename>ptest</filename> class, see the 1457 For information on the <filename>ptest</filename> class, see the
1458 "<link linkend='ref-classes-ptest'><filename>ptest.bbclass</filename></link>" 1458 "<link linkend='ref-classes-ptest'><filename>ptest.bbclass</filename></link>"
1459 section. 1459 section.
@@ -3210,7 +3210,8 @@
3210 You can enable, disable, and test the generation of this data. 3210 You can enable, disable, and test the generation of this data.
3211 See the 3211 See the
3212 "<ulink url='&YOCTO_DOCS_DEV_URL;#enabling-gobject-introspection-support'>Enabling GObject Introspection Support</ulink>" 3212 "<ulink url='&YOCTO_DOCS_DEV_URL;#enabling-gobject-introspection-support'>Enabling GObject Introspection Support</ulink>"
3213 section for more information. 3213 section in the Yocto Project Development Tasks Manual
3214 for more information.
3214 </para> 3215 </para>
3215 </section> 3216 </section>
3216 3217
@@ -4037,7 +4038,7 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.
4037 <para>For an example, see the 4038 <para>For an example, see the
4038 <filename>pixbufcache</filename> class in 4039 <filename>pixbufcache</filename> class in
4039 <filename>meta/classes/</filename> in the Yocto Project 4040 <filename>meta/classes/</filename> in the Yocto Project
4040 <ulink url='&YOCTO_DOCS_REF_URL;#source-repositories'>Source Repositories</ulink>. 4041 <link linkend='source-repositories'>Source Repositories</link>.
4041 <note> 4042 <note>
4042 The <filename>SSTATEPOSTINSTFUNCS</filename> variable 4043 The <filename>SSTATEPOSTINSTFUNCS</filename> variable
4043 itself is now deprecated in favor of the 4044 itself is now deprecated in favor of the
@@ -4499,7 +4500,7 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message</ulink>.
4499 <note> 4500 <note>
4500 For more information on Wic, see the 4501 For more information on Wic, see the
4501 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-partitioned-images-using-wic'>Creating Partitioned Images Using Wic</ulink>" 4502 "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-partitioned-images-using-wic'>Creating Partitioned Images Using Wic</ulink>"
4502 section in the Yocto Project Development Manual. 4503 section in the Yocto Project Development Tasks Manual.
4503 </note> 4504 </note>
4504 <itemizedlist> 4505 <itemizedlist>
4505 <listitem><para> 4506 <listitem><para>