-
Hi, We use cpio archive for tegra-minimal-initramfs and it is required. How can I disable the cpio archive creation for the rootfs image? I get this error:
now that I reach the 2G cpio limitation. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The IMAGE_FSTYPES variable controls the types of images that get created. Not sure why you'd have cpio in the list for a non-initramfs image... you might want to to track down where it's getting added and fix that. Alternatively, you could just remove cpio (plus any variants, like cpio.gz) from that variable in your image recipe. |
Beta Was this translation helpful? Give feedback.
-
OK thanks @madisongh . I did forget to set IMAGE_FSTYPES with my custom image type in the image recipe. |
Beta Was this translation helpful? Give feedback.
The IMAGE_FSTYPES variable controls the types of images that get created. Not sure why you'd have cpio in the list for a non-initramfs image... you might want to to track down where it's getting added and fix that. Alternatively, you could just remove cpio (plus any variants, like cpio.gz) from that variable in your image recipe.