All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mike (mwester)" <mwester@dls.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [RFC] Setting default IMAGE_FSTYPES to tar.gz in bitbake.conf
Date: Sun, 10 Feb 2008 12:43:24 -0600	[thread overview]
Message-ID: <47AF45CC.3060906@dls.net> (raw)
In-Reply-To: <20080210202952.2b510465@widy.localdomain>

Paul Sokolovsky wrote:
> Hello,
>
> On Sat, 09 Feb 2008 18:55:33 +0000
> Richard Purdie <rpurdie@rpsys.net> wrote:
>
> []
>
>   
>> The DISTRO can override the machine if it wishes now with no change to
>> OE, that is up to the distros concerned. That doesn't stop machines
>> from having sane defaults.
>>
>>     
>>> Well, as usual, thoughts aloud. I'm going to add 
>>> IMAGE_FSTYPES ?= "jffs2" to the machines from your 1st list to get
>>> matter going.
>>>       
>> ok.
>>
>>     
>
> Done, so are we ready for this patch now?
>
>
> @@ -541,7 +545,7 @@ DL_DIR ?= "${TMPDIR}/downloads" 
>  ################################################################## 
>   
>  DL_DIR ?= "${TMPDIR}/downloads" 
> -IMAGE_FSTYPES ?= "jffs2" 
> +IMAGE_FSTYPES ?= "tar.gz" 
>   
Why exactly are we simply replacing a jffs2 default with a new default?  
Just to make some other parties happier?  Wouldn't it be simply better, 
if this is such a big deal, to do:

+IMAGE_FSTYPES ?= "you-must-define-an-image-fstype-that-is-suitable-for-you"

That way we ensure that *nobody* relies on defaults, and everything is 
correctly defined in every case, and if someone fails to define it, it 
should be pretty obvious what they did wrong.

>  PCMCIA_MANAGER ?= "pcmcia-cs" 
>  DEFAULT_TASK_PROVIDER ?= "task-base" 
>  MACHINE_TASK_PROVIDER ?= "${DEFAULT_TASK_PROVIDER}" 
>
>
>   
>> Cheers,
>>
>> Richard
>>     
> Mike (mwester)
>
>
>   



  reply	other threads:[~2008-02-10 18:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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) [this message]
2008-02-10 19:54           ` Paul Sokolovsky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47AF45CC.3060906@dls.net \
    --to=mwester@dls.net \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.