aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-08-12 07:05:01 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-12 13:50:32 +0100
commit6882d2d9993c8655a292c93e84ea01b4738a700d (patch)
treece8bf4195f47d4c6a6490462dc4a0b18381d5dca
parentedd25324d36960485212586702c812ce218b8bee (diff)
downloadopenembedded-core-contrib-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.ent8
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 @@
<!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env">
<!ENTITY OE_INIT_FILE "oe-init-build-env">
<!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo gcc-multilib \
- build-essential chrpath">
+ build-essential chrpath socat">
<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \
diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath \
- ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue">
+ ccache perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue socat">
<!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
- diffstat texinfo python-curses patch">
+ diffstat texinfo python-curses patch socat">
<!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">
+ diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath socat">