All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Is there a way to automatically detect the minimum required BR2_TARGET_ROOTFS_EXT2_SIZE?
@ 2018-03-10 16:14 Ciro Santilli
  2018-03-10 20:58 ` Yann E. MORIN
  0 siblings, 1 reply; 4+ messages in thread
From: Ciro Santilli @ 2018-03-10 16:14 UTC (permalink / raw)
  To: buildroot

https://stackoverflow.com/questions/49211241/is-there-a-way-to-automatically-detect-the-minimum-required-br2-target-rootfs-ex

I'm when making a big non-embedded image, I keep hitting the error:

    *** Maybe you need to increase the filesystem size
(BR2_TARGET_ROOTFS_EXT2_SIZE)

and then I have to do a `du` on `output/target` to find out how big I
have to make `BR2_TARGET_ROOTFS_EXT2_SIZE`.

Is there a way to automate this, or a decent workaround?

Some workarounds I'm considering:

* put the big stuff under 9p:
https://superuser.com/questions/628169/how-to-share-a-directory-with-the-host-without-networking-in-qemu
* use CPIO and `-initrd`

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-12 17:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-10 16:14 [Buildroot] Is there a way to automatically detect the minimum required BR2_TARGET_ROOTFS_EXT2_SIZE? Ciro Santilli
2018-03-10 20:58 ` Yann E. MORIN
2018-03-11  9:57   ` Ciro Santilli
2018-03-12 17:24     ` Trent Piepho

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.