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>
This commit is contained in:
Scott Rifenbark 2014-08-12 07:05:01 +03:00 committed by Richard Purdie
parent edd25324d3
commit 6882d2d999
1 changed files with 4 additions and 4 deletions

View File

@ -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">