Do_rootfs failure in Yocto build

log.do_rootfs.8189 (10.3 KB)

I’m running into an issue with my Yocto build where it gives a FileNotFound error:
Exception: FileNotFoundError: [Errno 2] No such file or directory: ‘/home/bkelly1/oe-core/build/deploy/ipk/all/alsa-topology-conf_1.2.1-r0_all.ipk’ → ‘/home/bkelly1/oe-core/build/tmp/work/colibri_imx8x-tdx-linux/tdx-reference-minimal-image/1.0-r0/oe-rootfs-repo/all/alsa-topology-conf_1.2.1-r0_all.ipk’

I’ve attached the full error log above.

I have been able to build images in the past, and I was messing around with creating recipes in our custom layer. However, I have removed all the recipes and I’m still getting this error.

Hi @Brian.Kelly ,

It seems that for some reason the yocto can’t find the .ipk file for the alsa-topology package, can you please try to clean it and build it again?

bitbake alsa-topology-conf -c cleanall

Please let me know if you need any help.

Best regards,
Daniel Morais

Apologies, I had solved this earlier - I was able to get it to build after deleting the build/tmp folder and rebuilding. I think what had happened was I cancelled a build previously and it must have broken some dependencies.

Thank you for your response!