diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-08-12 07:05:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-12 13:50:32 +0100 |
commit | 6882d2d9993c8655a292c93e84ea01b4738a700d (patch) | |
tree | ce8bf4195f47d4c6a6490462dc4a0b18381d5dca | |
parent | edd25324d36960485212586702c812ce218b8bee (diff) | |
download | poky-6882d2d9993c8655a292c93e84ea01b4738a700d.tar.gz |
yocto-project-qs, ref-manual: Added 'socat' package to essentials.
For firewall performance.
(From yocto-docs rev: a866449b4caf1c0cee4ce00ec7d8fa2119a0b481)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/poky.ent | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent index 216015826f..37763481cd 100644 --- a/documentation/poky.ent +++ b/documentation/poky.ent | |||
@@ -56,11 +56,11 @@ | |||
56 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> | 56 | <!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> |
57 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> | 57 | <!ENTITY OE_INIT_FILE "oe-init-build-env"> |
58 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ | 58 | <!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \ |
59 | build-essential chrpath"> | 59 | build-essential chrpath socat"> |
60 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | 60 | <!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ |
61 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ | 61 | diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \ |
62 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue"> | 62 | ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue socat"> |
63 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ | 63 | <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \ |
64 | diffstat texinfo python-curses patch"> | 64 | diffstat texinfo python-curses patch socat"> |
65 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \ | 65 | <!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python 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 socat"> |