summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-02-20 07:52:18 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-24 23:44:02 +0000
commit0c8dede10d6f8f45234ba538dd7d8eaf02dbb207 (patch)
tree6b4651bec498779c5d9d548910acf21dfca57a3c /documentation
parente6ed5a6804c22bf9b299b3e0ab6acb679942e717 (diff)
downloadpoky-0c8dede10d6f8f45234ba538dd7d8eaf02dbb207.tar.gz
poky.ent, yocto-project-qs: Added "xz" and "which" to Essential packages
Fixes [YOCTO #10855] In order for BitBake to run, we needed to add two more packages to the essential host packages: "xz" and "which". I have added these to the poky.ent file variables for each host and did the formatting so that the manuals render properly. (From yocto-docs rev: 1bfbdcb58e31ca6e978d6dcccd6d58fbd68dbf2b) 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.ent11
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml3
2 files changed, 8 insertions, 6 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 46e11371d0..633209ecef 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -61,13 +61,16 @@
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 cpio python python3 pip3 pexpect"> 64 build-essential chrpath socat cpio python python3 python3-pip python3-expect \
65 xz which">
65<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \ 66<!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 \ 67 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 \ 68 ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \
68 findutils which file cpio python pip3 pexpect"> 69 findutils which file cpio python pip3 pexpect xz which">
69<!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 \
70 diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3 pexpect"> 71 diffstat makeinfo python-curses patch socat python3 python3-curses tar pip3 \
72 pexpect xz which">
71<!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ 73<!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 \ 74 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \
73 perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3 pexpect"> 75 perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue pip3 pexpect xz \
76 which">
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index 3e133a6e06..b64e6224ae 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -332,8 +332,7 @@
332 </para></listitem> 332 </para></listitem>
333 <listitem><para><emphasis>OpenSUSE</emphasis> 333 <listitem><para><emphasis>OpenSUSE</emphasis>
334 <literallayout class='monospaced'> 334 <literallayout class='monospaced'>
335 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; \ 335 $ sudo zypper install &OPENSUSE_HOST_PACKAGES_ESSENTIAL; libSDL-devel xterm
336 libSDL-devel xterm
337 </literallayout> 336 </literallayout>
338 </para></listitem> 337 </para></listitem>
339 <listitem><para><emphasis>CentOS</emphasis> 338 <listitem><para><emphasis>CentOS</emphasis>