summaryrefslogtreecommitdiffstats
path: root/documentation/poky.ent
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-11-28 09:32:53 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-03 13:53:00 +0000
commitdbab91af5e420380bd53c3fa4614bf47e881c5f9 (patch)
treeb539b4a8021d63f340e9f5147ad8f3daf7fd9cd8 /documentation/poky.ent
parent0f0db8afde96f2bb1e3844385ac920314eabeaaa (diff)
downloadpoky-dbab91af5e420380bd53c3fa4614bf47e881c5f9.tar.gz
documentation: poky.ent - Added python-xml to OpenSUSE essentials
Fixes [YOCTO #2843] The poky.ent file has variables to list the essential host development system packages required to build a headless system. The OpenSUSE distro requires python-xml. I also inserted some carriage returns and line continuation characters in the strings for all the distros so that they are formatted better in the resulting manuals. (From yocto-docs rev: addbd0da1a35addcdd8a3d1bdf3812db68d96b2f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.ent')
-rw-r--r--documentation/poky.ent15
1 files changed, 9 insertions, 6 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index ca03bb0fff..be60495192 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -48,10 +48,13 @@
48<!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2"> 48<!ENTITY YOCTO_POKY_TARBALL "&YOCTO_POKY;.tar.bz2">
49<!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env"> 49<!ENTITY OE_INIT_PATH "&YOCTO_POKY;/oe-init-build-env">
50<!ENTITY OE_INIT_FILE "oe-init-build-env"> 50<!ENTITY OE_INIT_FILE "oe-init-build-env">
51<!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo build-essential chrpath"> 51<!ENTITY UBUNTU_HOST_PACKAGES_ESSENTIAL "gawk wget git-core diffstat unzip texinfo \
52<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch diffutils diffstat git 52 build-essential chrpath">
53cpp gcc gcc-c++ eglibc-devel texinfo chrpath ccache"> 53<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \
54<!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget diffstat texinfo python-curses"> 54 diffutils diffstat git cpp gcc gcc-c++ eglibc-devel texinfo chrpath \
55<!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch diffutils diffstat git 55 ccache">
56cpp gcc gcc-c++ glibc-devel texinfo chrpath"> 56<!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
57 diffstat texinfo python-curses">
58<!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch \
59 diffutils diffstat git cpp gcc gcc-c++ glibc-devel texinfo chrpath">
57 60