Hi @ThinhNguyen_FE,
Thank you for your reply.
Based on your images, your outputs are correct, but the build process had errors.
Please try to restart the build process using the following command:
1. First, use the command
bitbake -c cleanall
This command will help us to clean the entire component build component.
2. Then, we will need to clean the cache related to the build progress saved by bitbake.
bitbake -c cleansstate
After these commands apply the bitbake command that you are using
bitbake imx-image-core
Have a great day!