<div dir="ltr">I had a similiar problem.  I found out what's going on, but can only use a dirty trick to avoid the problem...<br><br>I enabled initramfs support...so when compiling, kernel compiling in the filesystem build up so far.  then everytime I modify the root file system and make, somehow, kernel compiling keep the original cpio image from the previous make, and attach a new copy of the new file system.  so the kernel keep on growing, thus the resulting output file system keep on getting bigger.  <br>
<br>so what I did is to bypass the fakeroot part, since I have a valid filesystem ready by the time kernel is compiled, I take the final kernel image, run it through grub and mkisofs to generate the CD image I want.  I eventually want to put it on flash drive...but so far this works for me.<br>
<br>chen<br><br><div class="gmail_quote">On Wed, Jul 16, 2008 at 1:50 PM, Thiago A. Corrêa <<a href="mailto:thiago.correa@gmail.com">thiago.correa@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Most likely there are new packages being enabled on the defconfig. Did<br>
you check that?<br>
<div><div></div><div class="Wj3C7c"><br>
On Wed, Jul 16, 2008 at 12:31 PM, Joseph G. Boike<br>
<<a href="mailto:joe.boike@acsatlanta.com">joe.boike@acsatlanta.com</a>> wrote:<br>
><br>
>> Date: Tue, 15 Jul 2008 21:52:10 -0600<br>
>> From: "Nathanael D. Noblet" <<a href="mailto:nathanael@gnat.ca">nathanael@gnat.ca</a>><br>
>> Subject: Re: [Buildroot] buildroot size ballooned<br>
>> To: "Joseph G. Boike" <<a href="mailto:joe.boike@acsatlanta.com">joe.boike@acsatlanta.com</a>><br>
>> Cc: build root <<a href="mailto:buildroot@uclibc.org">buildroot@uclibc.org</a>><br>
>> Message-ID: <<a href="mailto:487D706A.30908@gnat.ca">487D706A.30908@gnat.ca</a>><br>
>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<br>
>><br>
>> Joseph G. Boike wrote:<br>
>><br>
>>> Hi, my buildroot filesize had been around 3-4M (w/ r 22508)<br>
>>> With r 225765 and building using at91sam9260dfc_defconfig the filesize<br>
>>> has jumped to ~14M.<br>
>>> Any thoughts on why?<br>
>>> (I have kernel 2.6.26 now.  The kernel size has been fairly consistent<br>
>>> around 1.5M.)<br>
>>><br>
>><br>
>><br>
>> No idea, but a clarification, are you talking about buildroot's<br>
>> outputted final rootfs, or buildroot project in svn?<br>
>><br>
>><br>
> The final output file (rootfs.arm-2008xxxx.ext2.gz) to be burned into my<br>
> serial flash.<br>
> Regards,<br>
> Joe<br>
> _______________________________________________<br>
> buildroot mailing list<br>
> <a href="mailto:buildroot@uclibc.org">buildroot@uclibc.org</a><br>
> <a href="http://busybox.net/mailman/listinfo/buildroot" target="_blank">http://busybox.net/mailman/listinfo/buildroot</a><br>
><br>
_______________________________________________<br>
buildroot mailing list<br>
<a href="mailto:buildroot@uclibc.org">buildroot@uclibc.org</a><br>
<a href="http://busybox.net/mailman/listinfo/buildroot" target="_blank">http://busybox.net/mailman/listinfo/buildroot</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br> Any MicroSoft extension file will directly go to trash without any warning and regret.
</div>