Hi,
I'm working with i.m.x 8M plus processor, i have followed the required steps to build multimedia image. I am facing bitbake time out error.
followed this below document as reference. And attaching the error image for reference.
Used build command: bitbake imx-image-multimedia
Ubuntu version : 22.04
RAM : 16 GB.
Please provide a solution to solve this error.
Regards,
Naveen
Hi,
Below are my suggestions to the error.
Firstly As the size of RAM 16GB, which is not recommended to the Yocto image build. However, you can try to reduce concurrency and ease memory in con/local.conf
BB_NUMBER_THREADS = "N"
PARALLEL_MAKE = "-j N"
More details, you can refer to here
Then can check if stale lock files in build directory if so, then remove and restart the build.
Regards
Harvey