summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-01-23 14:33:15 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-02-03 09:51:32 +0000
commite732dfb8df7f4dba21daefae4c58b17a4994ea24 (patch)
tree4f8b02601315ef00d4a5426a8f556be9f9c71a11 /documentation
parent62175510dcd223b3c8c280e390fee95752fa7b2b (diff)
downloadpoky-e732dfb8df7f4dba21daefae4c58b17a4994ea24.tar.gz
yocto-project-qs, poky.ent: Added "pexpect" to essential packages
Fixes [YOCTO #10889] Missing this package. Speculation is that this package was part of the Python 2.7 stuff but not Python 3. So, adding it clears the issue up. (From yocto-docs rev: fc6bfab923f18a8ec91e29fed2404690d0afeb5d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky.ent9
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml3
2 files changed, 7 insertions, 5 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index c96a970618..506aa64c10 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -61,13 +61,14 @@
61<!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> 61<!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env">
62<!ENTITY OE_INIT_FILE "oe-init-build-env"> 62<!ENTITY OE_INIT_FILE "oe-init-build-env">
63<!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ 63<!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \
64 build-essential chrpath socat"> 64 build-essential chrpath socat cpio python python3 pip3 pexpect">
65<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ 65<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \
66 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ 66 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
67 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \ 67 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \
68 findutils which"> 68 findutils which file cpio python pip3 pexpect">
69<!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ 69<!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
70 diffstat makeinfo python-curses patch socat"> 70 diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3 pexpect">
71<!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ 71<!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \
72 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \ 72 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \
73 perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue"> 73 perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3 pexpect">
74
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index e2c33d2f50..7f3d1896c1 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -312,7 +312,8 @@
312 </para></listitem> 312 </para></listitem>
313 <listitem><para><emphasis>OpenSUSE</emphasis> 313 <listitem><para><emphasis>OpenSUSE</emphasis>
314 <literallayout class='monospaced'> 314 <literallayout class='monospaced'>
315 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm 315 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; \
316 libSDL-devel xterm
316 </literallayout> 317 </literallayout>
317 </para></listitem> 318 </para></listitem>
318 <listitem><para><emphasis>CentOS</emphasis> 319 <listitem><para><emphasis>CentOS</emphasis>