diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-06-29 20:06:37 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-01 15:40:00 +0100 |
commit | b3c79c4d0f1aaed5b2901ce6d87bd3348ca3435d (patch) | |
tree | ec055388712d800a177220853f7434c0600bc064 /scripts/lib/wic/utils/partitionedfs.py | |
parent | 53ddebed1b2a1f677778344c52d69af1e6fde77b (diff) | |
download | poky-b3c79c4d0f1aaed5b2901ce6d87bd3348ca3435d.tar.gz |
bootimg.bbclass:iso: use mkisofs -iso-level 3 for large iso
There will be problems when rootfs.img is larger than 4GB:
mkisofs: Value too large for defined data type. File /path/to/iso/rootfs.img is too large for current mkisofs settings - ignoring
And will get a wrong iso.
Check the size of ${ISODIR}/rootfs.img, use mkisofs -iso-level 3
when it exceeds 3.8GB, the specification is 4G - 1 bytes, we need
leave a few space for other files.
[YOCTO #6449]
(From OE-Core rev: 40cdf918dc2507a1270a4d933b2c2f46a514d6e2)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/utils/partitionedfs.py')
0 files changed, 0 insertions, 0 deletions