I am trying to get either mkfs.ext4 and / or mkfs.btrfs into my legato image.
I searched the net for which yocto package that are responsible for adding them. (Have tried btrfs-tools with no luck) But I did not have any success yet.
Is there a package anyone can recommend?
Please go to Yocto source code and modifiy mdm9x15-image.inc:
e.g. vim /home/jordan/yocto_07.12.14.00/meta-swi/meta-swi-mdm9x15/recipes-core/images/mdm9x15-image.inc
Add below line: IMAGE_INSTALL += “e2fsprogs-mke2fs”
Re-compile Yocto project and you will get mkfs.ext4 command: