diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2015-09-16 11:09:54 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:05:28 +0100 |
| commit | a1b25e60cafa8832431c579f96194cecea488c22 (patch) | |
| tree | b284fb6f86ce158d76acfb5a3357050ddcc53ed2 | |
| parent | d284fbae8e5b2d260f336dc12686fe58f5b46b08 (diff) | |
| download | poky-a1b25e60cafa8832431c579f96194cecea488c22.tar.gz | |
yocto-project-qs, ref-manual: Replaced "yum" with "dnf"
Fixes [YOCTO #8159]
Fedora and CentOS have deprecated "yum" and have come up with
"dnf" as the package manager. This happened at the end of
2014. I have replaced the occurrences in the manual
appropritely.
(From yocto-docs rev: 14c80ecc8d6a4f9bf355dd84657d339782da83f0)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/ref-manual/introduction.xml | 16 | ||||
| -rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index 5250e26be7..ee5d0f1d9e 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml | |||
| @@ -267,27 +267,27 @@ | |||
| 267 | Packages needed to build an image for a headless | 267 | Packages needed to build an image for a headless |
| 268 | system: | 268 | system: |
| 269 | <literallayout class='monospaced'> | 269 | <literallayout class='monospaced'> |
| 270 | $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; | 270 | $ sudo dnf install &FEDORA_HOST_PACKAGES_ESSENTIAL; |
| 271 | </literallayout></para></listitem> | 271 | </literallayout></para></listitem> |
| 272 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | 272 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> |
| 273 | Packages recommended if the host system has graphics | 273 | Packages recommended if the host system has graphics |
| 274 | support or if you are going to use the Eclipse | 274 | support or if you are going to use the Eclipse |
| 275 | IDE: | 275 | IDE: |
| 276 | <literallayout class='monospaced'> | 276 | <literallayout class='monospaced'> |
| 277 | $ sudo yum install SDL-devel xterm perl-Thread-Queue | 277 | $ sudo dnf install SDL-devel xterm perl-Thread-Queue |
| 278 | </literallayout></para></listitem> | 278 | </literallayout></para></listitem> |
| 279 | <listitem><para><emphasis>Documentation:</emphasis> | 279 | <listitem><para><emphasis>Documentation:</emphasis> |
| 280 | Packages needed if you are going to build out the | 280 | Packages needed if you are going to build out the |
| 281 | Yocto Project documentation manuals: | 281 | Yocto Project documentation manuals: |
| 282 | <literallayout class='monospaced'> | 282 | <literallayout class='monospaced'> |
| 283 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ | 283 | $ sudo dnf install make docbook-style-dsssl docbook-style-xsl \ |
| 284 | docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc | 284 | docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc |
| 285 | </literallayout></para></listitem> | 285 | </literallayout></para></listitem> |
| 286 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> | 286 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> |
| 287 | Packages needed if you are going to be using the | 287 | Packages needed if you are going to be using the |
| 288 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 288 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: |
| 289 | <literallayout class='monospaced'> | 289 | <literallayout class='monospaced'> |
| 290 | $ sudo yum install autoconf automake libtool glib2-devel | 290 | $ sudo dnf install autoconf automake libtool glib2-devel |
| 291 | </literallayout></para></listitem> | 291 | </literallayout></para></listitem> |
| 292 | </itemizedlist> | 292 | </itemizedlist> |
| 293 | </para> | 293 | </para> |
| @@ -352,27 +352,27 @@ | |||
| 352 | Packages needed to build an image for a headless | 352 | Packages needed to build an image for a headless |
| 353 | system: | 353 | system: |
| 354 | <literallayout class='monospaced'> | 354 | <literallayout class='monospaced'> |
| 355 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; | 355 | $ sudo dnf install &CENTOS_HOST_PACKAGES_ESSENTIAL; |
| 356 | </literallayout></para></listitem> | 356 | </literallayout></para></listitem> |
| 357 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> | 357 | <listitem><para><emphasis>Graphical and Eclipse Plug-In Extras:</emphasis> |
| 358 | Packages recommended if the host system has graphics | 358 | Packages recommended if the host system has graphics |
| 359 | support or if you are going to use the Eclipse | 359 | support or if you are going to use the Eclipse |
| 360 | IDE: | 360 | IDE: |
| 361 | <literallayout class='monospaced'> | 361 | <literallayout class='monospaced'> |
| 362 | $ sudo yum install SDL-devel xterm | 362 | $ sudo dnf install SDL-devel xterm |
| 363 | </literallayout></para></listitem> | 363 | </literallayout></para></listitem> |
| 364 | <listitem><para><emphasis>Documentation:</emphasis> | 364 | <listitem><para><emphasis>Documentation:</emphasis> |
| 365 | Packages needed if you are going to build out the | 365 | Packages needed if you are going to build out the |
| 366 | Yocto Project documentation manuals: | 366 | Yocto Project documentation manuals: |
| 367 | <literallayout class='monospaced'> | 367 | <literallayout class='monospaced'> |
| 368 | $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ | 368 | $ sudo dnf install make docbook-style-dsssl docbook-style-xsl \ |
| 369 | docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc | 369 | docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc |
| 370 | </literallayout></para></listitem> | 370 | </literallayout></para></listitem> |
| 371 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> | 371 | <listitem><para><emphasis>ADT Installer Extras:</emphasis> |
| 372 | Packages needed if you are going to be using the | 372 | Packages needed if you are going to be using the |
| 373 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: | 373 | <ulink url='&YOCTO_DOCS_ADT_URL;#using-the-adt-installer'>Application Development Toolkit (ADT) Installer</ulink>: |
| 374 | <literallayout class='monospaced'> | 374 | <literallayout class='monospaced'> |
| 375 | $ sudo yum install autoconf automake libtool glib2-devel | 375 | $ sudo dnf install autoconf automake libtool glib2-devel |
| 376 | </literallayout></para></listitem> | 376 | </literallayout></para></listitem> |
| 377 | </itemizedlist> | 377 | </itemizedlist> |
| 378 | </para> | 378 | </para> |
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 5da7314bd6..c36cccd4d4 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
| @@ -308,7 +308,7 @@ | |||
| 308 | </para></listitem> | 308 | </para></listitem> |
| 309 | <listitem><para><emphasis>Fedora</emphasis> | 309 | <listitem><para><emphasis>Fedora</emphasis> |
| 310 | <literallayout class='monospaced'> | 310 | <literallayout class='monospaced'> |
| 311 | $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 311 | $ sudo dnf install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
| 312 | </literallayout> | 312 | </literallayout> |
| 313 | </para></listitem> | 313 | </para></listitem> |
| 314 | <listitem><para><emphasis>OpenSUSE</emphasis> | 314 | <listitem><para><emphasis>OpenSUSE</emphasis> |
| @@ -318,7 +318,7 @@ | |||
| 318 | </para></listitem> | 318 | </para></listitem> |
| 319 | <listitem><para><emphasis>CentOS</emphasis> | 319 | <listitem><para><emphasis>CentOS</emphasis> |
| 320 | <literallayout class='monospaced'> | 320 | <literallayout class='monospaced'> |
| 321 | $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 321 | $ sudo dnf install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm |
| 322 | </literallayout> | 322 | </literallayout> |
| 323 | <note> | 323 | <note> |
| 324 | CentOS 6.x users need to ensure that the required | 324 | CentOS 6.x users need to ensure that the required |
