Fixed
Details
Details
Assignee
Stephane Desneux
Stephane DesneuxReporter
Stephane Desneux
Stephane DesneuxFix versions
Labels
Components
Priority
Created November 6, 2017 at 12:23 PM
Updated December 1, 2017 at 10:00 PM
Resolved November 6, 2017 at 8:51 PM
While building agl-demo-platform-crosssdk, error log is:
Rootfs dir in ...../tmp/work/m3ulcb-agl-linux/agl-demo-platform-crosssdk/1.0-r0/rootfs takes 2.5GB.
Script do_image_cpio fails at second cpio call:
first call will create a cpio archive which seems correct (2.5GB)
second call fails when trying to append'./init' to the big archive
Strace shows something like this before failure:
First conclusion: cpio doesn't support seeking at the end of an archive with size >2GB ...
cpio version is 2.11, built- as native tool (hosttools). Using cpio 2.11 from Debian 8 leads to the exact same error.