Development Checkouts
Development using the Yocto Project requires a local
- Source Directory.
+ Source Directory.
You can set up the Source Directory by cloning a copy of the upstream
- poky Git repository.
+ poky Git repository.
For information on how to do this, see the
"Working With Yocto Project Source Files"
section in the Yocto Project Development Tasks Manual.
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 @@
The following recipes have been removed.
For most of them, it is unlikely that you would have any
references to them in your own
- Metadata.
+ Metadata.
However, you should check your metadata against this list to be sure:
libx11-trim:
@@ -293,7 +293,7 @@
For the remainder, you can now find them in the
meta-extras repository, which is in the
Yocto Project
- Source Repositories.
+ Source Repositories.
@@ -438,11 +438,11 @@
you now need to create an append file for the
init-ifupdown recipe instead, which you can
find in the
- Source Directory
+ Source Directory
at meta/recipes-core/init-ifupdown.
For information on how to use append files, see the
"Using .bbappend Files"
- in the Yocto Project Development Manual.
+ in the Yocto Project Development Tasks Manual.
@@ -992,7 +992,7 @@
You can learn more about performing automated image tests in the
"Performing Automated Runtime Testing"
- section.
+ section in the Yocto Project Development Tasks Manual.
@@ -1173,7 +1173,7 @@
class has been rewritten and its configuration has been simplified.
For more details on the source archiver, see the
"Maintaining Open Source License Compliance During Your Product's Lifecycle"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -1362,7 +1362,7 @@
increments on changes, use the PR service instead.
You can find out more about this service in the
"Working With a PR Service"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
@@ -1453,7 +1453,7 @@
Package Tests (ptest) are built but not installed by default.
For information on using Package Tests, see the
"Setting up and running package test (ptest)"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.
For information on the ptest class, see the
"ptest.bbclass"
section.
@@ -3210,7 +3210,8 @@
You can enable, disable, and test the generation of this data.
See the
"Enabling GObject Introspection Support"
- section for more information.
+ section in the Yocto Project Development Tasks Manual
+ for more information.
@@ -4037,7 +4038,7 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.
For an example, see the
pixbufcache class in
meta/classes/ in the Yocto Project
- Source Repositories.
+ Source Repositories.
The SSTATEPOSTINSTFUNCS variable
itself is now deprecated in favor of the
@@ -4499,7 +4500,7 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message.
For more information on Wic, see the
"Creating Partitioned Images Using Wic"
- section in the Yocto Project Development Manual.
+ section in the Yocto Project Development Tasks Manual.