diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-11-18 08:00:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-18 16:42:22 +0000 |
commit | 1b25a70991589ed1f123015c16ee4806c46e3199 (patch) | |
tree | aa777d3d8effe652d2d79ae651fc8b07243da7db /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | 2e649d79ab437f3bca846953bc44569ab85c45f0 (diff) | |
download | poky-1b25a70991589ed1f123015c16ee4806c46e3199.tar.gz |
yocto-project-qs, ref-manual, poky.ent: CentOS Package updates
Fixes [YOCTO #8696]
Turns out the 'dnf' command is not yet supported for CentOS
as it is for Fedora, I changed the 'dnf' command back to
'yum'. Also, there were some essential packages that needed
to be added to CentOS. Finally, there was a slight
inconsistency in the Fedora list of essential packages and the
ones for supporting Graphics. I had a redundant listing of
one of the packages. I took that out of the Graphics area and
left it only in the essentials area.
(From yocto-docs rev: dde72542ca87bfdd82d713f90938a41c83ac8a4d)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index c36cccd4d4..5315dfec6c 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -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 dnf install &CENTOS_HOST_PACKAGES_ESSENTIAL; SDL-devel xterm | 321 | $ sudo yum 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 |