From ffdbc76ae83fdefd08167cfbeb80c3297105fbfe Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 14 Nov 2014 14:16:31 +0100 Subject: [PATCH] misc: Start using "packagegroup-osmocom" The notion of "task" has been deprecated for a long time because the word is used for different things. The new word is "packagegroup" which describes the usage of "task-*" in a more obvious way. Dora and master builds can fully use packagegroup-* for everything and for edison we would need to spend some time to add a provides for packagegroup-* to the task- group. I don't intend to work on the edison part right now. --- recipes-apps/images/sysmocom-core-image-minimal.bb | 2 +- recipes-apps/images/sysmocom-image.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-apps/images/sysmocom-core-image-minimal.bb b/recipes-apps/images/sysmocom-core-image-minimal.bb index 1561912..a53b9a2 100644 --- a/recipes-apps/images/sysmocom-core-image-minimal.bb +++ b/recipes-apps/images/sysmocom-core-image-minimal.bb @@ -1,4 +1,4 @@ -IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} task-osmocom task-sysmocom" +IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} packagegroup-osmocom task-sysmocom" IMAGE_LINGUAS = " " LICENSE = "MIT" diff --git a/recipes-apps/images/sysmocom-image.inc b/recipes-apps/images/sysmocom-image.inc index 3dc073f..d7a685d 100644 --- a/recipes-apps/images/sysmocom-image.inc +++ b/recipes-apps/images/sysmocom-image.inc @@ -1,5 +1,5 @@ DEPENDS = "${MACHINE_EXTRA_RDEPENDS}" -IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${ROOTFS_PKGMANAGE} task-osmocom task-sysmocom task-sysmocom-debug task-sysmocom-tools ${MACHINE_EXTRA_RDEPENDS} " +IMAGE_INSTALL = "task-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${ROOTFS_PKGMANAGE} packagegroup-osmocom task-sysmocom task-sysmocom-debug task-sysmocom-tools ${MACHINE_EXTRA_RDEPENDS} " IMAGE_LINGUAS = " " IMAGE_FEATURES += " package-management " LICENSE = "MIT"