diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-05-04 11:25:32 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-31 21:16:52 +0100 |
commit | 9286a8764edf9f4f872ab4451cef8224084656e4 (patch) | |
tree | fde19becbcd715ab6cc0f20664d67930bb3a1fe8 /documentation | |
parent | 348da93e283b2b8454fd9cde80d4b17378e2a168 (diff) | |
download | poky-9286a8764edf9f4f872ab4451cef8224084656e4.tar.gz |
documentation/yocto-project-qs/yocto-project-qs.xml: Setup changes
Remove mercurial as this is no longer needed.
linuxdoc-tools was mentioned twice in the CentOS list.
We no longer support Fedora versions older than 15 so remove this note.
This commit applies to 1.2, 1.2.1, and 1.3.
(From yocto-docs rev: 4a7e8cc3d69d5c2f9aacedc5f7e2ff9657ef850f)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
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/yocto-project-qs/yocto-project-qs.xml | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 06c2fd8701..11521cc54d 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -232,7 +232,7 @@ | |||
232 | unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk \ | 232 | unzip texi2html texinfo libsdl1.2-dev docbook-utils fop gawk \ |
233 | python-pysqlite2 diffstat make gcc build-essential xsltproc \ | 233 | python-pysqlite2 diffstat make gcc build-essential xsltproc \ |
234 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ | 234 | g++ desktop-file-utils chrpath libgl1-mesa-dev libglu1-mesa-dev \ |
235 | mercurial autoconf automake groff libtool xterm libxml-parser-perl | 235 | autoconf automake groff libtool xterm libxml-parser-perl |
236 | </literallayout> | 236 | </literallayout> |
237 | </section> | 237 | </section> |
238 | 238 | ||
@@ -256,16 +256,6 @@ | |||
256 | autoconf automake libtool xterm | 256 | autoconf automake libtool xterm |
257 | </literallayout> | 257 | </literallayout> |
258 | 258 | ||
259 | <note><para> | ||
260 | If you are using a Fedora version prior to version 15, you will need to take some | ||
261 | extra steps to enable <filename>sudo</filename>, or you will need to run | ||
262 | the commands as root user. | ||
263 | See the <ulink url='https://fedoraproject.org/wiki/Configuring_Sudo'>Configuring Sudo</ulink> | ||
264 | wiki page for details. | ||
265 | For information on other dependencies you will need to install, see the Fedora section on the | ||
266 | <ulink url='&YOCTO_WIKI_URL;/wiki/Poky/GettingStarted/Dependencies'>Poky/GettingStarted/Dependencies</ulink> | ||
267 | wiki page. | ||
268 | </para></note> | ||
269 | </section> | 259 | </section> |
270 | 260 | ||
271 | <section id='opensuse'> | 261 | <section id='opensuse'> |
@@ -279,7 +269,7 @@ | |||
279 | <literallayout class='monospaced'> | 269 | <literallayout class='monospaced'> |
280 | $ sudo zypper install python gcc gcc-c++ libtool fop \ | 270 | $ sudo zypper install python gcc gcc-c++ libtool fop \ |
281 | subversion git chrpath automake make wget xsltproc \ | 271 | subversion git chrpath automake make wget xsltproc \ |
282 | diffstat texinfo mercurial freeglut-devel libSDL-devel | 272 | diffstat texinfo freeglut-devel libSDL-devel |
283 | </literallayout> | 273 | </literallayout> |
284 | </section> | 274 | </section> |
285 | 275 | ||
@@ -298,7 +288,7 @@ | |||
298 | unzip perl texinfo texi2html diffstat openjade zlib-devel \ | 288 | unzip perl texinfo texi2html diffstat openjade zlib-devel \ |
299 | docbook-style-dsssl sed docbook-style-xsl docbook-dtds \ | 289 | docbook-style-dsssl sed docbook-style-xsl docbook-dtds \ |
300 | docbook-utils bc glibc-devel pcre pcre-devel \ | 290 | docbook-utils bc glibc-devel pcre pcre-devel \ |
301 | groff linuxdoc-tools patch linuxdoc-tools cmake \ | 291 | groff linuxdoc-tools patch cmake \ |
302 | tcl-devel gettext ncurses apr \ | 292 | tcl-devel gettext ncurses apr \ |
303 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ | 293 | SDL-devel mesa-libGL-devel mesa-libGLU-devel gnome-doc-utils \ |
304 | autoconf automake libtool xterm | 294 | autoconf automake libtool xterm |