<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p></p>
<div>Hello Yocto.<br>
<br>
I am trying x86-64 BSP image (based on jethro version).<br>
It has following root filesystem type, and it generats xxxx.hddimg file that I am using.<br>
<br>
> IMAGE_FSTYPES = "live"<br>
<br>
The issue is that in addition to xxxx.hddimg, it produces following image files and it sometimes cause lack of disk space error on my build PC.<br>
<br>
> 2422489088 xxxx-intel-corei7-64-20161215004421.hddimg<br>
> 2402287616 xxxx-intel-corei7-64-20161215004421.iso<br>
> 2368578560 xxxx-intel-corei7-64-20161215004421.rootfs.ext4<br>
<br>
I do not need xxx.iso and xxxx.ext4 files as final output, though I understand that xxxx.ext4 file may have been used to produce xxx.hddimg file.<br>
<br>
I think "live" image type is special since I do not have xxxx.live file but the live-image class may be generating such extra images files (so I cannot just specify hddimg as IMAGE_FSTYPES).<br>
<br>
I have the similar issue with the other types of BSP (e.g. I only need xxxx.sdcard image, but I have other image types), but to begin with, I want to reduce sized files that I do not need in x86-64 builds.<br>
<br>
Highly appreciate if you have any advice.<br>
(I can manually remove xxxx.iso and xxxx.ext4 files when the build is completed, but they exists during the build so I also will meed lack of disk space error in such attempt).</div>
<br>
<p></p>
</div>
</body>
</html>