aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-01-18 13:31:31 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-20 11:57:25 +0000
commite4512cda0e549dac66033fa620d42ff98d1b1c41 (patch)
tree2e07af7e428df2e959d3deff35cd1ab023c996c5 /documentation
parentfaee9d8c37c6458af1d093640d2524c1f76f86b0 (diff)
downloadopenembedded-core-contrib-e4512cda0e549dac66033fa620d42ff98d1b1c41.tar.gz
poky.ent: Added Essential packages to Fedora and openSUSE
Fixes [YOCTO #10855] On Fedora version 24, missing packages were preventing BitBake from running. These essential packages included "python", "cpio", and "file". Also, missing for openSUSE were "python3", "python3-curses", and "tar". I added these sets of packages to the essentials variable for each of the hosts involved. They resolve to both the YP Quick Start and YP Reference Manual, appropriately. (From yocto-docs rev: 5150bb932536dc17d99f94a96245655144ae5137) 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.ent4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index ecee4cde97..ebc5af4393 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -65,9 +65,9 @@
<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python3 unzip perl patch \
diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue perl-bignum socat \
- findutils which">
+ findutils which file cpio python">
<!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
- diffstat makeinfo python-curses patch socat">
+ diffstat makeinfo python-curses patch socat python3 python3-curses tar">
<!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \
diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat \
perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue">