diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-06 14:12:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-07 00:02:57 +0100 |
commit | f9df0be3790ca837e43c41633d17e6ee851cb01d (patch) | |
tree | 43044dc16771010c1e4d7cf008c1e18352b274b5 /meta/classes/core-image.bbclass | |
parent | 3e05e52821e6042708a37421423601e9fe59116e (diff) | |
download | openembedded-core-f9df0be3790ca837e43c41633d17e6ee851cb01d.tar.gz openembedded-core-f9df0be3790ca837e43c41633d17e6ee851cb01d.tar.bz2 openembedded-core-f9df0be3790ca837e43c41633d17e6ee851cb01d.zip |
classes/core-image: improve comments listing IMAGE_FEATURES
Ensure this listing is complete. (Comment change only.)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/core-image.bbclass')
-rw-r--r-- | meta/classes/core-image.bbclass | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 2bfadb4072..2e67018536 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass @@ -15,14 +15,19 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 # - x11 - X server # - x11-base - X server with minimal environment # - x11-sato - OpenedHand Sato environment -# - tools-sdk - SDK # - tools-debug - debugging tools # - tools-profile - profiling tools # - tools-testapps - tools usable to make some device tests +# - tools-sdk - SDK (C/C++ compiler, autotools, etc.) # - nfs-server - NFS server # - ssh-server-dropbear - SSH server (dropbear) # - ssh-server-openssh - SSH server (openssh) -# - debug-tweaks - makes an image suitable for development +# - qt4-pkgs - Qt4/X11 and demo applications +# - package-management - installs package management tools and preserves the package manager database +# - debug-tweaks - makes an image suitable for development, e.g. allowing passwordless root logins +# - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs +# - dbg-pkgs - debug symbol packages for all installed packages in the rootfs +# - doc-pkgs - documentation packages for all installed packages in the rootfs # PACKAGE_GROUP_x11 = "packagegroup-core-x11" PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base" |