2023-07-04 05:17 AM
Hello everyone.
I'm trying to build an embedded openSTLinux Yocto image but I have the following error
"ERROR:.. do_rootfs: No manifest generated from: <my_name_folder> in ..."
Why does a similar error appears?
I explain better. Previously, the build process worked fine. Then I modified a ".bb" recipe to install new files into the root file system. The new files are contained in <my_name_folder>. After doing this, the build process fails with the message error shown above. I tried to delete the new files from <my_name_folder> folder and restore the old ".bb" recipe version but the errors remain.
Any suggestion?
Many thanks