diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-03-11 09:25:24 -0600 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-19 23:54:02 +0000 |
| commit | e63d516db3c1b4e49978040db50d010502d60802 (patch) | |
| tree | 59fb22404ab8d0d255d8ce44a91ad5f7d4b2877c /documentation/poky.ent | |
| parent | 5c2dca7e75a9b35a148258d913343e625961bb44 (diff) | |
| download | poky-e63d516db3c1b4e49978040db50d010502d60802.tar.gz | |
YP Documentation: Updated host package lists
Changes to the lists resulted in the testing and graphics &
Eclipse Plug-in lists going away. Also, I added several packages
based on some testing requirements to the "Essentials" list.
(From yocto-docs rev: cbc9a595bef3dd80f5eef1376e466627248f9fda)
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 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index d247b8e9fe..63260129cf 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
| @@ -69,20 +69,21 @@ | |||
| 69 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> | 69 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> |
| 70 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ | 70 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ |
| 71 | build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ | 71 | build-essential chrpath socat cpio python python3 python3-pip python3-pexpect \ |
| 72 | xz-utils debianutils iputils-ping python3-git python3-jinja2"> | 72 | xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ |
| 73 | xterm"> | ||
| 73 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ | 74 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ |
| 74 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 75 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |
| 75 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ | 76 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ |
| 76 | python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ | 77 | python3-pexpect findutils which file cpio python python3-pip xz python3-GitPython \ |
| 77 | python3-jinja2"> | 78 | python3-jinja2 SDL-devel xterm"> |
| 78 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 79 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
| 79 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ | 80 | diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \ |
| 80 | python3-pexpect xz which python3-Jinja2 | 81 | python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 |
| 81 | $ sudo pip3 install GitPython"> | 82 | $ sudo pip3 install GitPython libSDL-devel xterm"> |
| 82 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release | 83 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "-y epel-release |
| 83 | $ sudo yum makecache | 84 | $ sudo yum makecache |
| 84 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ | 85 | $ sudo yum install gawk make wget tar bzip2 gzip python unzip perl patch \ |
| 85 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ | 86 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ |
| 86 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \ | 87 | perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python34-pip xz \ |
| 87 | which | 88 | which SDL-devel xterm |
| 88 | $ sudo pip3 install GitPython jinja2"> | 89 | $ sudo pip3 install GitPython jinja2"> |
