summaryrefslogtreecommitdiffstats
path: root/documentation/poky.ent
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-02 12:20:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:21:40 +0100
commit6915004b1873edaef0d679c02a42ad8b420a886d (patch)
treecc86bee84f28086a72c3c54abefbf98b7501dad8 /documentation/poky.ent
parent90d45f4264c7dabdcf90a1310c9bf98644637fab (diff)
downloadpoky-6915004b1873edaef0d679c02a42ad8b420a886d.tar.gz
documentation: yocto-project-qs, yocto-project-ref - package re-org
Reorganization of the packages section in the YP Quick Start. These are now ordered still by distro but the listed packages have been culled down to just the needed ones to run an image on QEMU with graphical support. A corresponding section in the reference manual now provides the comprehensive list of packages for all supported distros. The section in the reference manual is broken down by distro and by function. Finally, four new variables were introduced to track the essential packages for each of the distros. The variables are defined in poky.ent and follow the form <distro>_HOST_PACKAGES_ESSENTIAL. This will make it so we don't have to maintain this list of essential packages in multiple places. Reported-by: Paul Eggleton <paul.eggleton@intel.com> (From yocto-docs rev: 839b441791980db82f4795454e976e606b486d25) 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.ent7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/poky.ent b/documentation/poky.ent
index 6eb9d9aacf..8e0af71fa2 100644
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -48,3 +48,10 @@
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 "awk wget git-core diffstat unzip texinfo build-essential chrpath">
52<!ENTITY FEDORA_HOST_PACKAGES_ESSENTIAL "awk make wget tar bzip2 gzip python unzip perl patch diffutils diffstat git
53cpp gcc gcc-c++ eglibc-devel texinfo chrpath ccache">
54<!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget diffstat texinfo python-curses">
55<!ENTITY CENTOS_HOST_PACKAGES_ESSENTIAL "gawk make wget tar bzip2 gzip python unzip perl patch diffutils diffstat git
56cpp gcc gcc-c++ glibc-devel texinfo chrpath">
57