summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-04 07:34:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:24:11 +0100
commit9884bc2d48a34fbf08870b13a5650fc576ac678f (patch)
treedb2b2a1eecc2b79b85dd4d6f260793e9846efb16 /documentation
parent2f1b47e41686a93b0d39d600f558b4615924e15b (diff)
downloadpoky-9884bc2d48a34fbf08870b13a5650fc576ac678f.tar.gz
documentation: poky-ref-manual, yocto-project-qs - Packages fixed
Fixes [YOCTO_#3180] Final changes to the packages section. They were re-organized and the set is complete and thus fixes this bug. (From yocto-docs rev: 533b45c9d41330497bbd0da58b812a4738ba64a8) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/introduction.xml36
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml4
2 files changed, 14 insertions, 26 deletions
diff --git a/documentation/poky-ref-manual/introduction.xml b/documentation/poky-ref-manual/introduction.xml
index 1f3f4ec442..44583a67f1 100644
--- a/documentation/poky-ref-manual/introduction.xml
+++ b/documentation/poky-ref-manual/introduction.xml
@@ -140,12 +140,9 @@
140 <literallayout class='monospaced'> 140 <literallayout class='monospaced'>
141 $ sudo apt-get install make xsltproc docbook-utils fop 141 $ sudo apt-get install make xsltproc docbook-utils fop
142 </literallayout></para></listitem> 142 </literallayout></para></listitem>
143 <listitem><para><emphasis>Application Development Extras:</emphasis> 143 <listitem><para><emphasis>ADT Installer Extras:</emphasis>
144 Packages needed if you are going to be developing 144 Packages needed if you are going to be using the
145 user-space applications. 145 <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>:
146 In particular, you are using the
147 <ulink url='&YOCTO_DOCS_ADT_URL;#adt-intro-section'>Application Development Toolkit (ADT)</ulink>
148 or the <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>ADT Installer</ulink>:
149 <literallayout class='monospaced'> 146 <literallayout class='monospaced'>
150 $ sudo apt-get install autoconf automake libtool libglib2.0-dev 147 $ sudo apt-get install autoconf automake libtool libglib2.0-dev
151 </literallayout></para></listitem> 148 </literallayout></para></listitem>
@@ -178,12 +175,9 @@
178 $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ 175 $ sudo yum install make docbook-style-dsssl docbook-style-xsl \
179 docbook-dtds docbook-utils fop libxslt 176 docbook-dtds docbook-utils fop libxslt
180 </literallayout></para></listitem> 177 </literallayout></para></listitem>
181 <listitem><para><emphasis>Application Development Extras:</emphasis> 178 <listitem><para><emphasis>ADT Installer Extras:</emphasis>
182 Packages needed if you are going to be developing 179 Packages needed if you are going to be using the
183 user-space applications. 180 <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>:
184 In particular, you are using the
185 <ulink url='&YOCTO_DOCS_ADT_URL;#adt-intro-section'>Application Development Toolkit (ADT)</ulink>
186 or the <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>ADT Installer</ulink>:
187 <literallayout class='monospaced'> 181 <literallayout class='monospaced'>
188 $ sudo yum install autoconf automake libtool glib2-devel 182 $ sudo yum install autoconf automake libtool glib2-devel
189 </literallayout></para></listitem> 183 </literallayout></para></listitem>
@@ -215,12 +209,9 @@
215 <literallayout class='monospaced'> 209 <literallayout class='monospaced'>
216 $ sudo zypper install make fop xsltproc 210 $ sudo zypper install make fop xsltproc
217 </literallayout></para></listitem> 211 </literallayout></para></listitem>
218 <listitem><para><emphasis>Application Development Extras:</emphasis> 212 <listitem><para><emphasis>ADT Installer Extras:</emphasis>
219 Packages needed if you are going to be developing 213 Packages needed if you are going to be using the
220 user-space applications. 214 <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>:
221 In particular, you are using the
222 <ulink url='&YOCTO_DOCS_ADT_URL;#adt-intro-section'>Application Development Toolkit (ADT)</ulink>
223 or the <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>ADT Installer</ulink>:
224 <literallayout class='monospaced'> 215 <literallayout class='monospaced'>
225 $ sudo zypper install autoconf automake libtool glib2-devel 216 $ sudo zypper install autoconf automake libtool glib2-devel
226 </literallayout></para></listitem> 217 </literallayout></para></listitem>
@@ -253,12 +244,9 @@
253 $ sudo yum -y install make docbook-style-dsssl docbook-style-xsl \ 244 $ sudo yum -y install make docbook-style-dsssl docbook-style-xsl \
254 docbook-dtds docbook-utils fop libxslt 245 docbook-dtds docbook-utils fop libxslt
255 </literallayout></para></listitem> 246 </literallayout></para></listitem>
256 <listitem><para><emphasis>Application Development Extras:</emphasis> 247 <listitem><para><emphasis>ADT Installer Extras:</emphasis>
257 Packages needed if you are going to be developing 248 Packages needed if you are going to be using the
258 user-space applications. 249 <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>:
259 In particular, you are using the
260 <ulink url='&YOCTO_DOCS_ADT_URL;#adt-intro-section'>Application Development Toolkit (ADT)</ulink>
261 or the <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>ADT Installer</ulink>:
262 <literallayout class='monospaced'> 250 <literallayout class='monospaced'>
263 $ sudo yum -y install autoconf automake libtool glib2-devel 251 $ sudo yum -y install autoconf automake libtool glib2-devel
264 </literallayout></para></listitem> 252 </literallayout></para></listitem>
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index ca6f65bf00..265f436b37 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -256,7 +256,7 @@
256 256
257 <para> 257 <para>
258 The essential packages you need for a supported Fedora distribution 258 The essential packages you need for a supported Fedora distribution
259 are shown in the following commands: 259 are shown in the following command:
260 <literallayout class='monospaced'> 260 <literallayout class='monospaced'>
261 $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm 261 $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
262 </literallayout> 262 </literallayout>
@@ -280,7 +280,7 @@
280 280
281 <para> 281 <para>
282 The essential packages you need for a supported CentOS 282 The essential packages you need for a supported CentOS
283 distribution are shown in the following commands: 283 distribution are shown in the following command:
284 <literallayout class='monospaced'> 284 <literallayout class='monospaced'>
285 $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm 285 $ sudo yum -y install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm
286 </literallayout> 286 </literallayout>