Yocto project (homepage) has very limited information while doing do_rootfs task. This task creates the root filesystem (file and directory structure) for an image.
When I did baking an image (via bitbake tool) and it returned 1 failed. But going through all logs, there's no information on how the task failed.
It is very hard to troubleshoot and fix the problem while doing rootfs.
What is the method to get more detailed log (error log) from the do_rootfs task?