cpio issues


Damien LEFEVRE
 

Hi,

I am working with Tegra Xavier and meta-tegra.

During the build process, 2 images get generated:
 - initramfs (cpio archive)
 - the actual roofs image

initramfs is archived with cpio and since the cpio image type is enabled, bitbake tries to cpio the rootfs. The roofts is more than 2GB (not difficult with CUDA libraries) and cpio fails due to some 2GB size limitation.

How can I keep the initramfs with cpio, but disable cpio archiving for the rootfs which I don't need or use for anything?

Thanks,
-Damien

Join {yocto@lists.yoctoproject.org to automatically receive all group messages.