summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-01-18 13:42:43 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-20 11:57:25 +0000
commitba4552ab89dd193baeaf784c9957784b2c8d108d (patch)
treee4e7bcf8f0e4b99af3011e74ac44b0a9993c09cf /documentation
parente4512cda0e549dac66033fa620d42ff98d1b1c41 (diff)
downloadpoky-ba4552ab89dd193baeaf784c9957784b2c8d108d.tar.gz
poky.ent: Updated the Ubuntu/Debian Essential package list
Fixed [YOCTO #10854] BitBake fails on a new Ubuntu/Debian installation unless the "cpio", "Python", and "python3" packages are installed. I added these to the essentials list variable for the distro. Affects both the YP Quick Start and YP ref-manual. (From yocto-docs rev: 7a0ef9a85404ef4478bae103d1ea47c3e1c675f0) 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.ent2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index ebc5af4393..79664c2fb3 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -61,7 +61,7 @@
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">
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 \