]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-self-hosted: Add host-tools task
authorSaul Wold <sgw@linux.intel.com>
Sun, 11 Dec 2011 20:36:02 +0000 (12:36 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Dec 2011 21:50:07 +0000 (21:50 +0000)
Added tools to create and manage ext* partitions
e2fs*, parted

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-core/tasks/task-self-hosted.bb

index 4288499c21d71b67f8e0f6fece74fcf42f39e461..69b9276ab2b9d5a83ba77d9f20f8bbdd252d4c86 100644 (file)
@@ -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