diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2017-03-27 10:47:58 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-31 12:14:17 +0100 |
| commit | af4ef8adbce550888fbfa5de005768c0ff229250 (patch) | |
| tree | a7c57abc082d21abe87fa1e83d29224b5d820a31 /documentation/poky.ent | |
| parent | ed0d609c7c40ad638f634a5e1822ab3bcc4e6681 (diff) | |
| download | poky-af4ef8adbce550888fbfa5de005768c0ff229250.tar.gz | |
ref-manual, yocto-project-qs, poky.ent: Fixed CentOS essentials
Fixes [YOCTO #10854]
I added extra "yum" commands and a make command to deal with
some essential packages needed for CentOS distribution. These
packages were missing.
(From yocto-docs rev: 38ac6cf0165f7dd7bbfd583e218b6948dafae29c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
| -rw-r--r-- | documentation/poky.ent | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 846df23e7f..df0c0097a7 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
| @@ -70,7 +70,9 @@ | |||
| 70 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 70 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
| 71 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ | 71 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ |
| 72 | python3-expect xz which"> | 72 | python3-expect xz which"> |
| 73 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | 73 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release |
| 74 | $ sudo yum makecache | ||
| 75 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ | ||
| 74 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 76 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
| 75 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip python3-expect xz \ | 77 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip python3-expect xz \ |
| 76 | which"> | 78 | which"> |
