mix93evk matter

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mix93evk matter

94 Views
tgt007
Contributor II
Hi NXP
Executing the following command failed.What to do?

MACHINE=imx93evk-matter DISTRO=fsl-imx-xwayland source sources/meta-matter/tools/imx-matter-setup.sh bld-xwayland-imx93
 bitbake imx-image-multimedia

ERROR: linux-imx-6.1.22+gitAUTOINC+66e442bc7f-r0 do_patch: Could not apply patches for imx93evk-matter.
ERROR: linux-imx-6.1.22+gitAUTOINC+66e442bc7f-r0 do_patch: Patch failures can be resolved in the linux source directory /home/ubuntu/nxp8ulp/bld-xwayland-imx93/tmp/work/imx93evk_matter-poky-linux/linux-imx/6.1.22+gitAUTOINC+66e442bc7f-r0/git)
ERROR: linux-imx-6.1.22+gitAUTOINC+66e442bc7f-r0 do_patch: ExecutionError('/home/ubuntu/nxp8ulp/bld-xwayland-imx93/tmp/work/imx93evk_matter-poky-linux/linux-imx/6.1.22+gitAUTOINC+66e442bc7f-r0/temp/run.do_patch.44034', 1, None, None)
ERROR: Logfile of failure stored in: /home/ubuntu/nxp8ulp/bld-xwayland-imx93/tmp/work/imx93evk_matter-poky-linux/linux-imx/6.1.22+gitAUTOINC+66e442bc7f-r0/temp/log.do_patch.44034
Log data follows:

 

0 Kudos
1 Reply

47 Views
Chavira
NXP TechSupport
NXP TechSupport

Hi, @tgt007!

Try to limit the cores and tasks of the Yocto project.

We recommend using 4 GB of RAM for each core.

 

If you have 16GB of RAM you should use 4 Cores only and you only have to add the next lines to your local.conf of the Yocto Project.

 

BB_NUMBER_THREADS = "4"
PARALLEL_MAKE = "-j 4"

 

Best Regards!

Chavira

0 Kudos