[OE-core] [PATCH 0/1] Image_types: use ustar format in cpio command

Shashwat Pandey shashwatx.pandey at intel.com
Tue Nov 14 14:14:57 UTC 2017


Dear Maintainer(s),

Following patch fixes the ROOTFS size exceeding issue by using ustar format in cpio command under image_types.

The patch has been veified for the respective bug YOCTO #11674.

Please merge in master if this looks ok.

Thank you,
Shashwat Pandey

... ...
Cover letter on first submission:

Quoted from Bugzilla #11674, "The cpio utility was standardized in POSIX.1-1988, but it was omitted from POSIX.1-2001 because of its file size (and other) limitations. For example, the GNU version offers various output format options, such as "bin" (default, and obsolete) and "ustar", having a file size limitations of 2,147,483,647 bytes (2 GB) and 8,589,934,591 bytes (8 GB), respectively. Hence using ustar format.

Thanks,
Shashwat Pandey

Shashwat Pandey (1):
  Image_types: use ustar format in cpio command

 meta/classes/image_types.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4




More information about the Openembedded-core mailing list