From patchwork Sun Dec 11 22:47:33 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED,PULL,06/26] task-self-hosted: Add host-tools task Date: Sun, 11 Dec 2011 22:47:33 -0000 From: Saul Wold X-Patchwork-Id: 16675 Message-Id: To: openembedded-core@lists.openembedded.org Added tools to create and manage ext* partitions e2fs*, parted Signed-off-by: Saul Wold --- meta/recipes-core/tasks/task-self-hosted.bb | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/tasks/task-self-hosted.bb b/meta/recipes-core/tasks/task-self-hosted.bb index 4288499..69b9276 100644 --- a/meta/recipes-core/tasks/task-self-hosted.bb +++ b/meta/recipes-core/tasks/task-self-hosted.bb @@ -14,6 +14,7 @@ PACKAGES = "\ task-self-hosted-sdk \ task-self-hosted-extended \ task-self-hosted-graphics \ + task-self-hosted-host-tools \ " ALLOW_EMPTY = "1" @@ -23,6 +24,17 @@ RDEPENDS_task-self-hosted = "\ task-self-hosted-sdk \ task-self-hosted-extended \ task-self-hosted-graphics \ + task-self-hosted-host-tools \ + " + +RDEPENDS_task-self-hosted-host-tools = "\ + e2fsprogs \ + e2fsprogs-e2fsck \ + e2fsprogs-fsck \ + e2fsprogs-mke2fs \ + e2fsprogs-tune2fs \ + genext2fs \ + parted \ " # eglibc-utils: for rpcgen