Yocto fails do_rootfs without detailed information for troubleshooting

142 views Asked by At

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.

enter image description here

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?

0

There are 0 answers