summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/development.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/development.xml')
-rw-r--r--documentation/poky-ref-manual/development.xml30
1 files changed, 14 insertions, 16 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"