From: Dasnavis Sabiya <[email protected]> Add e2fsprogs-mke2fs and dosfstools for mkfs.ext4 and mkfs.vfat
Signed-off-by: Dasnavis Sabiya <[email protected]> --- .../packagegroups/packagegroup-arago-initramfs.bb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-initramfs.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-initramfs.bb index 380cc0e3..10412784 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-initramfs.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-initramfs.bb @@ -1,4 +1,13 @@ require recipes-core/packagegroups/packagegroup-core-boot.bb +ARAGO_FSTOOLS = "\ + e2fsprogs-mke2fs \ + dosfstools \ + " + RDEPENDS:${PN}:remove = "grub-efi kernel" + +RDEPENDS:${PN}:append = "\ + ${ARAGO_FSTOOLS} \ + " -- 2.25.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14984): https://lists.yoctoproject.org/g/meta-arago/message/14984 Mute This Topic: https://lists.yoctoproject.org/mt/102315217/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
