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:07:44 +0100 |
commit | 0fa17a78e1a75445d443116773f3a9fd766f1ab2 (patch) | |
tree | 653361d95e4af8b7f5dfb38ed0d96aecf3f1bee6 /meta/classes/core-image.bbclass | |
parent | 6d82da201011987b3de747da6f9f51fa65e04272 (diff) | |
download | poky-0fa17a78e1a75445d443116773f3a9fd766f1ab2.tar.gz |
classes/core-image: improve comments listing IMAGE_FEATURES
Ensure this listing is complete. (Comment change only.)
(From OE-Core rev: f9df0be3790ca837e43c41633d17e6ee851cb01d)
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 | |||
15 | # - x11 - X server | 15 | # - x11 - X server |
16 | # - x11-base - X server with minimal environment | 16 | # - x11-base - X server with minimal environment |
17 | # - x11-sato - OpenedHand Sato environment | 17 | # - x11-sato - OpenedHand Sato environment |
18 | # - tools-sdk - SDK | ||
19 | # - tools-debug - debugging tools | 18 | # - tools-debug - debugging tools |
20 | # - tools-profile - profiling tools | 19 | # - tools-profile - profiling tools |
21 | # - tools-testapps - tools usable to make some device tests | 20 | # - tools-testapps - tools usable to make some device tests |
21 | # - tools-sdk - SDK (C/C++ compiler, autotools, etc.) | ||
22 | # - nfs-server - NFS server | 22 | # - nfs-server - NFS server |
23 | # - ssh-server-dropbear - SSH server (dropbear) | 23 | # - ssh-server-dropbear - SSH server (dropbear) |
24 | # - ssh-server-openssh - SSH server (openssh) | 24 | # - ssh-server-openssh - SSH server (openssh) |
25 | # - debug-tweaks - makes an image suitable for development | 25 | # - qt4-pkgs - Qt4/X11 and demo applications |
26 | # - package-management - installs package management tools and preserves the package manager database | ||
27 | # - debug-tweaks - makes an image suitable for development, e.g. allowing passwordless root logins | ||
28 | # - dev-pkgs - development packages (headers, etc.) for all installed packages in the rootfs | ||
29 | # - dbg-pkgs - debug symbol packages for all installed packages in the rootfs | ||
30 | # - doc-pkgs - documentation packages for all installed packages in the rootfs | ||
26 | # | 31 | # |
27 | PACKAGE_GROUP_x11 = "packagegroup-core-x11" | 32 | PACKAGE_GROUP_x11 = "packagegroup-core-x11" |
28 | PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base" | 33 | PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base" |