Comments
Patch
@@ -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
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 | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-)