diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2020-03-31 20:19:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-06 14:40:25 +0100 |
commit | cb6bb9d9142721dcf66150d8c36787b0b45bb229 (patch) | |
tree | af5aa16ee9d2d2c5cf60c8c90838fc8be77cf491 /documentation/poky.ent | |
parent | 85cc7cb4dfdfa228f53bb86f23516eb744888062 (diff) | |
download | poky-cb6bb9d9142721dcf66150d8c36787b0b45bb229.tar.gz |
poky.ent: split centos-7 and centos-8
Update Centos-7 to require python3, not python.
CentOS-8 has different installation requirements than
either CentOS-7 or Fedora (although it is closer to
Fedora).
Allow for differentiation between CentOS versions.
(From yocto-docs rev: 615fc45108d10e842679b3d8a38b53074d3eed4b)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
-rwxr-xr-x | documentation/poky.ent | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index f2d7d9733b..a54793911a 100755 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -72,10 +72,18 @@ | |||
72 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ | 72 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ |
73 | python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm rpcgen | 73 | python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm rpcgen |
74 | $ sudo pip3 install GitPython"> | 74 | $ sudo pip3 install GitPython"> |
75 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release | 75 | <!ENTITY CENTOS7_HOST_PACKAGES_ESSENTIAL "-y epel-release |
76 | $ sudo yum makecache | 76 | $ sudo yum makecache |
77 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ | 77 | $ sudo yum install gawk make wget tar bzip2 gzip python3 unzip perl patch \ |
78 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 78 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
79 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python36-pip xz \ | 79 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python36-pip xz \ |
80 | which SDL-devel xterm | 80 | which SDL-devel xterm |
81 | $ sudo pip3 install GitPython jinja2"> | 81 | $ sudo pip3 install GitPython jinja2"> |
82 | <!ENTITY CENTOS8_HOST_PACKAGES_ESSENTIAL "-y epel-release | ||
83 | $ sudo dnf config-manager --set-enabled PowerTools | ||
84 | $ sudo dnf makecache | ||
85 | $ sudo dnf install gawk make wget tar bzip2 gzip python3 unzip perl patch \ | ||
86 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath ccache \ | ||
87 | socat perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip \ | ||
88 | python3-GitPython python3-jinja2 python3-pexpect xz which SDL-devel xterm \ | ||
89 | rpcgen"> | ||