Hello @Bio_TICFSL
Thank You for your reply.
I have added following two line in my local.conf file and build opencv separately using "bitbake opencv -c compile" command, but the result is failed at do_compile task of opencv.
local.conf file :-
BB_NUMBER_THREADS ?= " 4"
PARALLEL_MAKE ?= "-j 4"
I have used following command to build opencv using bitbake.
$ mkdir imx-yocto-bsp-py3
$ cd imx-yocto-bsp-py3
$ repo init -u https://source.codeaurora.org/external/imx/imx-manifest -b imx-linux-zeus -m imx-5.4.47-2.2.0.xml
$ repo sync
$DISTRO=fsl-imx-wayland MACHINE=imx8mnevk source ./imx-setup-release.sh -b imx8mn_wayland_build
$bitbake opencv -c compile
I have used local.conf variable for speed up the task, but i face error on the same.
Error :- ERROR: Task (../Embedded_Software/Yocto/imx-yocto-bsp-py3/sources/meta-imx/meta-bsp/recipes-support/opencv/opencv_4.2.0.imx.bb:do_compile) failed with exit code '1'
please help me to sort out this error.