All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Setting default IMAGE_FSTYPES to tar.gz in bitbake.conf
@ 2008-01-28 23:41 Paul Sokolovsky
  2008-01-29  0:07 ` Richard Purdie
  0 siblings, 1 reply; 8+ messages in thread
From: Paul Sokolovsky @ 2008-01-28 23:41 UTC (permalink / raw)
  To: openembedded-devel

Hello,

Currently, we have in bitbake.conf:

IMAGE_FSTYPES ?= "jffs2"

jffs2 is a special filesystem format, suitable for limited number of
hardware on the global scale. So I would like to propose to replace
that default with some neutral and well-know format, say tar.gz.


Oh, and btw, I have a bunch of standalone filesystem conversion scripts
which I can't find time to RFC for addition to contrib/. While OE has
ability to generate images in different formats, sometimes there's a
need/easier to convert one existing flexible format. Few usecases I
personally had:

1. I don't have jffs2 in IMAGE_FSTYPES, as I don't flash stuff, so
having that would increase image generation runs and wasted disk space.
But when I needed to play with LiveRamdisks, which use jffs2, I just
converted tar.gz to jffs2.

2. For Angstrom loopback installs, I run scripts which convert
specific tar.gz to ext2 right on the download server, instead of
downloading, converting and uploading back, of overloading autobuilder
with generating ext2 for each image.


-- 
Best regards,
 Paul                          mailto:pmiscml@gmail.com



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

end of thread, other threads:[~2008-02-10 19:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-28 23:41 [RFC] Setting default IMAGE_FSTYPES to tar.gz in bitbake.conf Paul Sokolovsky
2008-01-29  0:07 ` Richard Purdie
2008-02-06 16:40   ` [ann] Utils for converting rootfs images to other formats Paul Sokolovsky
2008-02-09 11:48   ` [RFC] Setting default IMAGE_FSTYPES to tar.gz in bitbake.conf Paul Sokolovsky
2008-02-09 18:55     ` Richard Purdie
2008-02-10 18:29       ` Paul Sokolovsky
2008-02-10 18:43         ` Mike (mwester)
2008-02-10 19:54           ` Paul Sokolovsky

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.