mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f1df3f828b
commit
272cb74d70
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
|
||||
|
||||
# IMAGE_FEATURES control content of the core reference images
|
||||
#
|
||||
# By default we install task-core-boot and task-base packages - this gives us
|
||||
# By default we install packagegroup-core-boot and packagegroup-base packages - this gives us
|
||||
# working (console only) rootfs.
|
||||
#
|
||||
# Available IMAGE_FEATURES:
|
||||
@@ -27,21 +27,21 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3
|
||||
# - ssh-server-openssh - SSH server (openssh)
|
||||
# - debug-tweaks - makes an image suitable for development
|
||||
#
|
||||
PACKAGE_GROUP_apps-console-core = "task-core-apps-console"
|
||||
PACKAGE_GROUP_x11-mini = "task-core-x11-mini"
|
||||
PACKAGE_GROUP_x11-base = "task-core-x11-base"
|
||||
PACKAGE_GROUP_x11-sato = "task-core-x11-sato"
|
||||
PACKAGE_GROUP_apps-x11-core = "task-core-apps-x11-core"
|
||||
PACKAGE_GROUP_apps-x11-games = "task-core-apps-x11-games"
|
||||
PACKAGE_GROUP_tools-debug = "task-core-tools-debug"
|
||||
PACKAGE_GROUP_tools-profile = "task-core-tools-profile"
|
||||
PACKAGE_GROUP_tools-testapps = "task-core-tools-testapps"
|
||||
PACKAGE_GROUP_tools-sdk = "task-core-sdk task-core-standalone-sdk-target"
|
||||
PACKAGE_GROUP_nfs-server = "task-core-nfs-server"
|
||||
PACKAGE_GROUP_ssh-server-dropbear = "task-core-ssh-dropbear"
|
||||
PACKAGE_GROUP_ssh-server-openssh = "task-core-ssh-openssh"
|
||||
PACKAGE_GROUP_apps-console-core = "packagegroup-core-apps-console"
|
||||
PACKAGE_GROUP_x11-mini = "packagegroup-core-x11-mini"
|
||||
PACKAGE_GROUP_x11-base = "packagegroup-core-x11-base"
|
||||
PACKAGE_GROUP_x11-sato = "packagegroup-core-x11-sato"
|
||||
PACKAGE_GROUP_apps-x11-core = "packagegroup-core-apps-x11-core"
|
||||
PACKAGE_GROUP_apps-x11-games = "packagegroup-core-apps-x11-games"
|
||||
PACKAGE_GROUP_tools-debug = "packagegroup-core-tools-debug"
|
||||
PACKAGE_GROUP_tools-profile = "packagegroup-core-tools-profile"
|
||||
PACKAGE_GROUP_tools-testapps = "packagegroup-core-tools-testapps"
|
||||
PACKAGE_GROUP_tools-sdk = "packagegroup-core-sdk packagegroup-core-standalone-sdk-target"
|
||||
PACKAGE_GROUP_nfs-server = "packagegroup-core-nfs-server"
|
||||
PACKAGE_GROUP_ssh-server-dropbear = "packagegroup-core-ssh-dropbear"
|
||||
PACKAGE_GROUP_ssh-server-openssh = "packagegroup-core-ssh-openssh"
|
||||
PACKAGE_GROUP_package-management = "${ROOTFS_PKGMANAGE}"
|
||||
PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos"
|
||||
PACKAGE_GROUP_qt4-pkgs = "packagegroup-core-qt-demos"
|
||||
|
||||
|
||||
# IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2'
|
||||
@@ -52,8 +52,8 @@ IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear"
|
||||
# An error exception would be raised if both image features foo and bar1(or bar2) are included
|
||||
|
||||
CORE_IMAGE_BASE_INSTALL = '\
|
||||
task-core-boot \
|
||||
task-base-extended \
|
||||
packagegroup-core-boot \
|
||||
packagegroup-base-extended \
|
||||
\
|
||||
${CORE_IMAGE_EXTRA_INSTALL} \
|
||||
'
|
||||
|
||||
Reference in New Issue
Block a user