summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/development.xml30
-rw-r--r--documentation/poky-ref-manual/extendpoky.xml4
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml8
3 files changed, 20 insertions, 22 deletions
diff --git a/documentation/poky-ref-manual/development.xml b/documentation/poky-ref-manual/development.xml
index 76a0423f65..1fa31f005f 100644
--- a/documentation/poky-ref-manual/development.xml
+++ b/documentation/poky-ref-manual/development.xml
@@ -83,7 +83,7 @@
83 The current release of the Yocto Project no longer supports the Anjuta plug-in. 83 The current release of the Yocto Project no longer supports the Anjuta plug-in.
84 However, the Poky Anjuta Plug-in is available to download directly from the Poky 84 However, the Poky Anjuta Plug-in is available to download directly from the Poky
85 Git repository located through the web interface at 85 Git repository located through the web interface at
86 <ulink url="http://git.yoctoproject.org/"></ulink> under IDE Plugins. 86 <ulink url="&YOCTO_GIT_URL;"></ulink> under IDE Plugins.
87 The community is free to continue supporting it beyond the Yocto Project 0.9 87 The community is free to continue supporting it beyond the Yocto Project 0.9
88 Release. 88 Release.
89 </note> 89 </note>
@@ -92,10 +92,8 @@
92 with other plug-ins installed into the Eclipse IDE. 92 with other plug-ins installed into the Eclipse IDE.
93 Once you have your environment setup you need to configure the Eclipse plug-in. 93 Once you have your environment setup you need to configure the Eclipse plug-in.
94 For information on how to install and configure the Eclipse plug-in, see the 94 For information on how to install and configure the Eclipse plug-in, see the
95 <ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html#adt-eclipse'> 95 "<ulink url='&YOCTO_DOCS_ADT_URL;#adt-eclipse'>Working Within Eclipse</ulink>" chapter in the
96 "Working Within Eclipse"</ulink> chapter in the 96 Yocto Project Application Development Toolkit (ADT) User's Guide.
97 <ulink url='http://www.yoctoproject.org/docs/1.1.1/adt-manual/adt-manual.html'>
98 "Application Development Toolkit (ADT) User's Guide."</ulink>
99 </para> 97 </para>
100 </section> 98 </section>
101 99
@@ -103,8 +101,8 @@
103 <title>External Development Using the QEMU Emulator</title> 101 <title>External Development Using the QEMU Emulator</title>
104 <para> 102 <para>
105 Running Poky QEMU images is covered in the 103 Running Poky QEMU images is covered in the
106 <ulink url="http://www.yoctoproject.org/docs/1.1.1/yocto-project-qs/yocto-project-qs.html"> 104 "<ulink url='&YOCTO_DOCS_ADT_URL;#test-run'>A Quick Test Run</ulink>" section of
107 Yocto Project Quick Start</ulink> in the "A Quick Test Run" section. 105 the Yocto Project Quick Start.
108 </para> 106 </para>
109 <para> 107 <para>
110 The QEMU images shipped with the Yocto Project contain complete toolchains 108 The QEMU images shipped with the Yocto Project contain complete toolchains
@@ -163,8 +161,8 @@
163 <para> 161 <para>
164 Working directly with the Yocto Project is a fast and effective development technique. 162 Working directly with the Yocto Project is a fast and effective development technique.
165 The idea is that you can directly edit files in a working directory 163 The idea is that you can directly edit files in a working directory
166 (<glossterm><link linkend='var-WORKDIR'>WORKDIR</link></glossterm>) 164 (<filename><link linkend='var-WORKDIR'>WORKDIR</link></filename>)
167 or the source directory (<glossterm><link linkend='var-S'>S</link></glossterm>) 165 or the source directory (<filename><link linkend='var-S'>S</link></filename>)
168 and then force specific tasks to rerun in order to test the changes. 166 and then force specific tasks to rerun in order to test the changes.
169 An example session working on the matchbox-desktop package might 167 An example session working on the matchbox-desktop package might
170 look like this: 168 look like this:
@@ -204,16 +202,16 @@
204 <para> 202 <para>
205 It is useful when making changes directly to the work directory files to do 203 It is useful when making changes directly to the work directory files to do
206 so using the Quilt tool as detailed in the 204 so using the Quilt tool as detailed in the
207 <link linkend='usingpoky-modifying-packages-quilt'> 205 "<link linkend='usingpoky-modifying-packages-quilt'>Modifying Package Source Code with Quilt</link>"
208 Modifying Package Source Code with Quilt</link> section. 206 section.
209 Using Quilt, you can copy patches into the recipe directory and use the patches directly 207 Using Quilt, you can copy patches into the recipe directory and use the patches directly
210 through use of the <glossterm><link linkend='var-SRC_URI'>SRC_URI</link></glossterm> variable. 208 through use of the <filename><link linkend='var-SRC_URI'>SRC_URI</link></filename> variable.
211 </para> 209 </para>
212 210
213 <para> 211 <para>
214 For a review of the skills used in this section, see the 212 For a review of the skills used in this section, see the
215 <link linkend="usingpoky-components-bitbake">BitBake</link> and 213 "<link linkend="usingpoky-components-bitbake">BitBake</link>" and
216 <link linkend="usingpoky-debugging-taskrunning">Running Specific Tasks</link> sections 214 "<link linkend="usingpoky-debugging-taskrunning">Running Specific Tasks</link>" sections
217 in this manual. 215 in this manual.
218 </para> 216 </para>
219 </section> 217 </section>
@@ -273,8 +271,8 @@
273 <para> 271 <para>
274 The default shell used by <filename>devshell</filename> is xterm. 272 The default shell used by <filename>devshell</filename> is xterm.
275 You can use other terminal forms by setting the 273 You can use other terminal forms by setting the
276 <glossterm><link linkend='var-TERMCMD'>TERMCMD</link></glossterm> and 274 <filename><link linkend='var-TERMCMD'>TERMCMD</link></filename> and
277 <glossterm><link linkend='var-TERMCMDRUN'>TERMCMDRUN</link></glossterm> variables 275 <filename><link linkend='var-TERMCMDRUN'>TERMCMDRUN</link></filename> variables
278 in the Yocto Project's <filename>local.conf</filename> file found in the build 276 in the Yocto Project's <filename>local.conf</filename> file found in the build
279 directory. 277 directory.
280 For examples of the other options available, see the "UI/Interaction Configuration" 278 For examples of the other options available, see the "UI/Interaction Configuration"
diff --git a/documentation/poky-ref-manual/extendpoky.xml b/documentation/poky-ref-manual/extendpoky.xml
index c16e0f116c..234be80086 100644
--- a/documentation/poky-ref-manual/extendpoky.xml
+++ b/documentation/poky-ref-manual/extendpoky.xml
@@ -1076,7 +1076,7 @@
1076 </para> 1076 </para>
1077 1077
1078 <para> 1078 <para>
1079 The Yocto Project supports a <link linkend='usingpoky-changes-layers'>"layers"</link> concept. 1079 The Yocto Project supports a "<link linkend='usingpoky-changes-layers'>layers</link>" concept.
1080 If you use layers properly, you can ease future upgrades and allow segregation 1080 If you use layers properly, you can ease future upgrades and allow segregation
1081 between the Yocto Project core and a given developer's changes. 1081 between the Yocto Project core and a given developer's changes.
1082 The following section provides more advice on managing changes to the Yocto Project. 1082 The following section provides more advice on managing changes to the Yocto Project.
@@ -1321,7 +1321,7 @@
1321 Experience shows that buildbot is a good fit for this role. 1321 Experience shows that buildbot is a good fit for this role.
1322 What works well is to configure buildbot to make two types of builds: 1322 What works well is to configure buildbot to make two types of builds:
1323 incremental and full (from scratch). 1323 incremental and full (from scratch).
1324 See <ulink url='&YOCTO_HOME_URL;:8010'>the buildbot for the 1324 See <ulink url='&YOCTO_AB_URL;:8010'>the buildbot for the
1325 Yocto Project</ulink> for an example implementation that uses buildbot. 1325 Yocto Project</ulink> for an example implementation that uses buildbot.
1326 </para> 1326 </para>
1327 1327
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 8e4d9df41c..cc4a87447a 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -679,8 +679,8 @@
679 This variable must be defined for all recipes (unless <filename>LICENSE</filename> 679 This variable must be defined for all recipes (unless <filename>LICENSE</filename>
680 is set to "CLOSED")</para> 680 is set to "CLOSED")</para>
681 <para>For more information, see the 681 <para>For more information, see the
682 <link linkend='usingpoky-configuring-LIC_FILES_CHKSUM'> 682 "<link linkend='usingpoky-configuring-LIC_FILES_CHKSUM'>Track License Change</link>"
683 Track License Change</link> section</para> 683 section</para>
684 </glossdef> 684 </glossdef>
685 </glossentry> 685 </glossentry>
686 686
@@ -849,7 +849,7 @@
849 <glossentry id='var-MACHINE_FEATURES'><glossterm>MACHINE_FEATURES</glossterm> 849 <glossentry id='var-MACHINE_FEATURES'><glossterm>MACHINE_FEATURES</glossterm>
850 <glossdef> 850 <glossdef>
851 <para>Specifies the list of device features. 851 <para>Specifies the list of device features.
852 See the <link linkend='ref-features-machine'>Machine</link> section for 852 See the "<link linkend='ref-features-machine'>Machine</link>" section for
853 more information.</para> 853 more information.</para>
854 </glossdef> 854 </glossdef>
855 </glossentry> 855 </glossentry>
@@ -887,7 +887,7 @@
887 </literallayout> 887 </literallayout>
888 For information on build performance effects as a result of the 888 For information on build performance effects as a result of the
889 package manager use, see 889 package manager use, see
890 <link linkend='ref-classes-package'>Packaging - <filename>package*.bbclass</filename></link> 890 "<link linkend='ref-classes-package'>Packaging - <filename>package*.bbclass</filename></link>"
891 in this manual. 891 in this manual.
892 </para> 892 </para>
893 </glossdef> 893 </glossdef>