summaryrefslogtreecommitdiffstats
path: root/meta/classes/core-image.bbclass
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-08-29 11:38:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-04 12:52:55 +0100
commit272cb74d70686cb7f72005dc25e02f38b46ecd57 (patch)
tree3a5e4cb0c9a2e407b2d04c78b1eb51d0f429ca64 /meta/classes/core-image.bbclass
parentf1df3f828bfc9e70bf8cf5a7c2e2cf216944785a (diff)
downloadpoky-272cb74d70686cb7f72005dc25e02f38b46ecd57.tar.gz
Rename task to packagegroup
"Package group" is a much more appropriate name for these than task, since we use the word task to describe units of work executed by BitBake. (From OE-Core rev: 424dcf7046e4ad09dcc664eb1992201195247fcf) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@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.bbclass34
1 files changed, 17 insertions, 17 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass
index a37cdfc463..a85a9ea456 100644
--- a/meta/classes/core-image.bbclass
+++ b/meta/classes/core-image.bbclass
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
7 7
8# IMAGE_FEATURES control content of the core reference images 8# IMAGE_FEATURES control content of the core reference images
9# 9#
10# By default we install task-core-boot and task-base packages - this gives us 10# By default we install packagegroup-core-boot and packagegroup-base packages - this gives us
11# working (console only) rootfs. 11# working (console only) rootfs.
12# 12#
13# Available IMAGE_FEATURES: 13# Available IMAGE_FEATURES:
@@ -27,21 +27,21 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
27# - ssh-server-openssh - SSH server (openssh) 27# - ssh-server-openssh - SSH server (openssh)
28# - debug-tweaks - makes an image suitable for development 28# - debug-tweaks - makes an image suitable for development
29# 29#
30PACKAGE_GROUP_apps-console-core = "task-core-apps-console" 30PACKAGE_GROUP_apps-console-core = "packagegroup-core-apps-console"
31PACKAGE_GROUP_x11-mini = "task-core-x11-mini" 31PACKAGE_GROUP_x11-mini = "packagegroup-core-x11-mini"
32PACKAGE_GROUP_x11-base = "task-core-x11-base" 32PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base"
33PACKAGE_GROUP_x11-sato = "task-core-x11-sato" 33PACKAGE_GROUP_x11-sato = "packagegroup-core-x11-sato"
34PACKAGE_GROUP_apps-x11-core = "task-core-apps-x11-core" 34PACKAGE_GROUP_apps-x11-core = "packagegroup-core-apps-x11-core"
35PACKAGE_GROUP_apps-x11-games = "task-core-apps-x11-games" 35PACKAGE_GROUP_apps-x11-games = "packagegroup-core-apps-x11-games"
36PACKAGE_GROUP_tools-debug = "task-core-tools-debug" 36PACKAGE_GROUP_tools-debug = "packagegroup-core-tools-debug"
37PACKAGE_GROUP_tools-profile = "task-core-tools-profile" 37PACKAGE_GROUP_tools-profile = "packagegroup-core-tools-profile"
38PACKAGE_GROUP_tools-testapps = "task-core-tools-testapps" 38PACKAGE_GROUP_tools-testapps = "packagegroup-core-tools-testapps"
39PACKAGE_GROUP_tools-sdk = "task-core-sdk task-core-standalone-sdk-target" 39PACKAGE_GROUP_tools-sdk = "packagegroup-core-sdk packagegroup-core-standalone-sdk-target"
40PACKAGE_GROUP_nfs-server = "task-core-nfs-server" 40PACKAGE_GROUP_nfs-server = "packagegroup-core-nfs-server"
41PACKAGE_GROUP_ssh-server-dropbear = "task-core-ssh-dropbear" 41PACKAGE_GROUP_ssh-server-dropbear = "packagegroup-core-ssh-dropbear"
42PACKAGE_GROUP_ssh-server-openssh = "task-core-ssh-openssh" 42PACKAGE_GROUP_ssh-server-openssh = "packagegroup-core-ssh-openssh"
43PACKAGE_GROUP_package-management = "${ROOTFS_PKGMANAGE}" 43PACKAGE_GROUP_package-management = "${ROOTFS_PKGMANAGE}"
44PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos" 44PACKAGE_GROUP_qt4-pkgs = "packagegroup-core-qt-demos"
45 45
46 46
47# IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2' 47# IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2'
@@ -52,8 +52,8 @@ IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear"
52# An error exception would be raised if both image features foo and bar1(or bar2) are included 52# An error exception would be raised if both image features foo and bar1(or bar2) are included
53 53
54CORE_IMAGE_BASE_INSTALL = '\ 54CORE_IMAGE_BASE_INSTALL = '\
55 task-core-boot \ 55 packagegroup-core-boot \
56 task-base-extended \ 56 packagegroup-base-extended \
57 \ 57 \
58 ${CORE_IMAGE_EXTRA_INSTALL} \ 58 ${CORE_IMAGE_EXTRA_INSTALL} \
59 ' 59 '