diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-12-21 15:16:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-03 12:12:38 +0000 |
commit | 192fbe7e6fdb6b003766a5939b5ce257e20bf8a9 (patch) | |
tree | 8df1c01ec11ed58d19a212699c14d7ef0b413a60 /meta/classes/core-image.bbclass | |
parent | 4d13ca960a1abb836196c2f894838fdc87b2e581 (diff) | |
download | poky-192fbe7e6fdb6b003766a5939b5ce257e20bf8a9.tar.gz |
Add mini X core tasks
(From OE-Core rev: fb0cd3470e562f121803b722b16fd10620b79ff5)
Signed-off-by: Zhai Edwin <edwin.zhai@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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 8e83d4abe1..c08895ff2d 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
@@ -13,6 +13,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
13 | # Available IMAGE_FEATURES: | 13 | # Available IMAGE_FEATURES: |
14 | # | 14 | # |
15 | # - apps-console-core | 15 | # - apps-console-core |
16 | # - x11-mini - minimal environment for X11 server | ||
16 | # - x11-base - X11 server + minimal desktop | 17 | # - x11-base - X11 server + minimal desktop |
17 | # - x11-sato - OpenedHand Sato environment | 18 | # - x11-sato - OpenedHand Sato environment |
18 | # - x11-netbook - Metacity based environment for netbooks | 19 | # - x11-netbook - Metacity based environment for netbooks |
@@ -29,6 +30,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3 | |||
29 | # - debug-tweaks - makes an image suitable for development | 30 | # - debug-tweaks - makes an image suitable for development |
30 | # | 31 | # |
31 | PACKAGE_GROUP_apps-console-core = "task-core-apps-console" | 32 | PACKAGE_GROUP_apps-console-core = "task-core-apps-console" |
33 | PACKAGE_GROUP_x11-mini = "task-core-x11-mini" | ||
32 | PACKAGE_GROUP_x11-base = "task-core-x11-base" | 34 | PACKAGE_GROUP_x11-base = "task-core-x11-base" |
33 | PACKAGE_GROUP_x11-sato = "task-core-x11-sato" | 35 | PACKAGE_GROUP_x11-sato = "task-core-x11-sato" |
34 | PACKAGE_GROUP_x11-netbook = "task-core-x11-netbook" | 36 | PACKAGE_GROUP_x11-netbook = "task-core-x11-netbook" |