diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-02 12:20:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-04 14:08:16 +0100 |
commit | 1eb01b66614912aa8fad63349953c3a7da6da4cc (patch) | |
tree | f64f337d40c8469d10541368ea95107c98db8ec9 /documentation/poky.ent | |
parent | 528b0fe3479b5e2592564e6cfb67c821f3700a23 (diff) | |
download | poky-1eb01b66614912aa8fad63349953c3a7da6da4cc.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.ent | 7 |
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 | ||
53 | cpp 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 | ||
56 | cpp gcc gcc-c++ glibc-devel texinfo chrpath"> | ||
57 | |||