> Out of curiosity where is the code that outputs the root file systemThe decision to generate these images is made in conf/site.conf which is
> for a tarball or ext3 img?
generated by openembedded/meta-aarch64/scripts/init.sh. (In my opinion, it'd
be nice if site.conf could be put under revision control itself.) Anyhow,
openembedded-core/meta/classes/image_types.bbclass has the filesystem
generation commands. Ext2 support, for example:
http://git.openembedded.org/openembedded-core/tree/meta/classes/image_types.bbclass#n144