From a1b25e60cafa8832431c579f96194cecea488c22 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 16 Sep 2015 11:09:54 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 16 ++++++++-------- documentation/yocto-project-qs/yocto-project-qs.xml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'documentation') 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 @@ Packages needed to build an image for a headless system: - $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; + $ sudo dnf install &FEDORA_HOST_PACKAGES_ESSENTIAL; Graphical and Eclipse Plug-In Extras: Packages recommended if the host system has graphics support or if you are going to use the Eclipse IDE: - $ sudo yum install SDL-devel xterm perl-Thread-Queue + $ sudo dnf install SDL-devel xterm perl-Thread-Queue Documentation: Packages needed if you are going to build out the Yocto Project documentation manuals: - $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ + $ sudo dnf install make docbook-style-dsssl docbook-style-xsl \ docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc ADT Installer Extras: Packages needed if you are going to be using the Application Development Toolkit (ADT) Installer: - $ sudo yum install autoconf automake libtool glib2-devel + $ sudo dnf install autoconf automake libtool glib2-devel @@ -352,27 +352,27 @@ Packages needed to build an image for a headless system: - $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; + $ sudo dnf install &CENTOS_HOST_PACKAGES_ESSENTIAL; Graphical and Eclipse Plug-In Extras: Packages recommended if the host system has graphics support or if you are going to use the Eclipse IDE: - $ sudo yum install SDL-devel xterm + $ sudo dnf install SDL-devel xterm Documentation: Packages needed if you are going to build out the Yocto Project documentation manuals: - $ sudo yum install make docbook-style-dsssl docbook-style-xsl \ + $ sudo dnf install make docbook-style-dsssl docbook-style-xsl \ docbook-dtds docbook-utils fop libxslt dblatex xmlto xsltproc ADT Installer Extras: Packages needed if you are going to be using the Application Development Toolkit (ADT) Installer: - $ sudo yum install autoconf automake libtool glib2-devel + $ sudo dnf install autoconf automake libtool glib2-devel 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 @@ Fedora - $ sudo yum install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm + $ sudo dnf install &FEDORA_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm OpenSUSE @@ -318,7 +318,7 @@ CentOS - $ sudo yum install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm + $ sudo dnf install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm CentOS 6.x users need to ensure that the required -- cgit v1.2.3-54-g00ecf