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?