All of lore.kernel.org
 help / color / mirror / Atom feed
* Consistency and use cases for IMAGE_FSTYPES
@ 2012-03-09 21:39 Tom Rini
  2012-03-10  6:29 ` Koen Kooi
  2012-03-22 23:26 ` Richard Purdie
  0 siblings, 2 replies; 12+ messages in thread
From: Tom Rini @ 2012-03-09 21:39 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

Hey all,

Over in meta-ti I kicked off a discussion
(https://lists.yoctoproject.org/pipermail/meta-ti/2012-March/000779.html)
about if we should be using '?=' or '+=' with IMAGE_FSTYPES in the
machine conf files.  This has been discussed a little bit before
(http://thread.gmane.org/gmane.comp.handhelds.openembedded.core/2060/focus=2061).
 The problem is we have the following and I believe ultimately
conflicting use cases:
- The machine needs to say 'I need or support the following formats'
- The distro needs to say 'I always want format X'
- The user needs to say 'I know best, give me only format X'
- The user needs to say 'I know best, give me what you support + X'

We achieve this today, but not very nicely.  For the last one you need
to start playing order of operations games and that's just not nice.
My suggestion is that we need to change what the machine.conf sets to
another variable (SOMETHING_IMAGE_FSTYPES), and a default
IMAGE_FSTYPES becomes ?= ${SOMETHING_IMAGE_FSTYPES}.  Distros, and
users can then work more easily with their use cases.  Comments?

-- 
Tom



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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-09 21:39 Consistency and use cases for IMAGE_FSTYPES Tom Rini
2012-03-10  6:29 ` Koen Kooi
2012-03-12 20:25   ` Denys Dmytriyenko
2012-03-22 21:40     ` Tom Rini
2012-03-22 23:26 ` Richard Purdie
2012-03-22 23:53   ` Denys Dmytriyenko
2012-03-23  1:14     ` Richard Purdie
2012-03-23 15:48       ` Tom Rini
2012-03-23 16:17         ` Darren Hart
2012-03-23 16:29           ` Tom Rini
2012-03-23 16:34             ` Darren Hart
2012-03-23 17:03               ` Tom Rini

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.