mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
task-self-hosted: Add host-tools task
Added tools to create and manage ext* partitions e2fs*, parted (From OE-Core rev: 4723c5d93de0a1d9e2b7b592f4784211984cadc1) 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
623d65b0fd
commit
afbde63674
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user