Hello Community,
I am using imx6ull board
I’m encountering the following error during the Yocto build process. Could you please help me resolve it?
ERROR: Task (/home/****/sources/centauri_customer/meta-custom/meta-custom/recipes-bsp/u-boot/u-boot-imx-fw-utils_2021.04.bb:do_compile) failed with exit code '137'
I tried increasing the swap file size to address the issue, but it didn’t help.
Here’s the relevant log from journalctl:
journalctl -k | grep -i 'killed process'
May 29 15:29:08 3CXYN24-Desk kernel: Out of memory: Killed process 37484 (u-boot-imx-fw-u) total-vm:39390272kB, anon-rss:29910448kB, file-rss:480kB, shmem-rss:0kB, UID:1001 pgtables:77012kB oom_score_adj:0
May 29 16:39:16 3CXYN24-Desk kernel: Out of memory: Killed process 42499 (u-boot-imx-fw-u) total-vm:38373404kB, anon-rss:29740936kB, file-rss:0kB, shmem-rss:0kB, UID:1001 pgtables:75000kB oom_score_adj:0
May 29 17:00:20 3CXYN24-Desk kernel: Out of memory: Killed process 48620 (u-boot-imx-fw-u) total-vm:38182296kB, anon-rss:30009980kB, file-rss:160kB, shmem-rss:0kB, UID:1001 pgtables:74620kB oom_score_adj:0
The system has enough disk space available, so it doesn't appear to be a storage issue.
Any suggestions or solutions to overcome this memory-related failure would be greatly appreciated.
Thanks in advance!