diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml index 2a825d6e22..c16e0f116c 100644 --- a/documentation/poky-ref-manual/extendpoky.xml +++ b/documentation/poky-ref-manual/extendpoky.xml @@ -1,5 +1,6 @@ +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" +[ %poky; ] > @@ -24,7 +25,7 @@ variables. For information on variables that are useful for recipes and for information about recipe naming issues, see the - Required section for recipe variables. + "Required" section for recipe variables. @@ -114,7 +115,7 @@ The variable LIC_FILES_CHKSUM is used to track source license changes as described in the - Track License Change + "Track License Change" section. You can quickly create Autotool-based recipes in a manner similar to the previous example. @@ -532,10 +533,9 @@ For a complete example that shows how to add a new machine to the Yocto Project, see the - + BSP Development Example in Appendix A of - - The Yocto Project Development Manual. + The Yocto Project Development Manual.
@@ -786,7 +786,7 @@ This section overviews the Multilib process only. For more details on how to implement Multilib, see the - Multilib wiki + Multilib wiki page. @@ -1321,7 +1321,7 @@ Experience shows that buildbot is a good fit for this role. What works well is to configure buildbot to make two types of builds: incremental and full (from scratch). - See the buildbot for the + See the buildbot for the Yocto Project for an example implementation that uses buildbot.