All of lore.kernel.org
 help / color / mirror / Atom feed
* blacklist.bbclass
@ 2011-03-18 19:24 Dr. Michael Lauer
  2011-03-18 20:33 ` blacklist.bbclass Frans Meulenbroeks
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Dr. Michael Lauer @ 2011-03-18 19:24 UTC (permalink / raw)
  To: openembedded-devel

Salut,

the blacklisting of packages as found in angstrom.bbclass
is pretty helpful and would be beneficial to all kinds
of distribution configurations in OE. Would there be
a strong objection of renaming this to blacklist.bbclass?

Copying, of course, is also a possibility, but
in my opinion it would only be the second best choice.

Cheers,

:M:




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

* Re: blacklist.bbclass
  2011-03-18 19:24 blacklist.bbclass Dr. Michael Lauer
@ 2011-03-18 20:33 ` Frans Meulenbroeks
  2011-03-18 21:29   ` blacklist.bbclass Chris Larson
  2011-03-18 21:35   ` blacklist.bbclass Phil Blundell
  2011-03-18 22:28 ` blacklist.bbclass Koen Kooi
  2011-03-18 23:09 ` blacklist.bbclass Graeme Gregory
  2 siblings, 2 replies; 11+ messages in thread
From: Frans Meulenbroeks @ 2011-03-18 20:33 UTC (permalink / raw)
  To: openembedded-devel

2011/3/18 Dr. Michael Lauer <mickey@vanille-media.de>:
> Salut,
>
> the blacklisting of packages as found in angstrom.bbclass
> is pretty helpful and would be beneficial to all kinds
> of distribution configurations in OE. Would there be
> a strong objection of renaming this to blacklist.bbclass?
>
> Copying, of course, is also a possibility, but
> in my opinion it would only be the second best choice.
>
> Cheers,
>
> :M:

If blacklisting a certain package for all distro's is there then still
a need to keep those blacklisted packages ????

Frans



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

* Re: blacklist.bbclass
  2011-03-18 20:33 ` blacklist.bbclass Frans Meulenbroeks
@ 2011-03-18 21:29   ` Chris Larson
  2011-03-18 21:35   ` blacklist.bbclass Phil Blundell
  1 sibling, 0 replies; 11+ messages in thread
From: Chris Larson @ 2011-03-18 21:29 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Mar 18, 2011 at 1:33 PM, Frans Meulenbroeks
<fransmeulenbroeks@gmail.com> wrote:
> 2011/3/18 Dr. Michael Lauer <mickey@vanille-media.de>:
>> Salut,
>>
>> the blacklisting of packages as found in angstrom.bbclass
>> is pretty helpful and would be beneficial to all kinds
>> of distribution configurations in OE. Would there be
>> a strong objection of renaming this to blacklist.bbclass?
>>
>> Copying, of course, is also a possibility, but
>> in my opinion it would only be the second best choice.
>>
>> Cheers,
>>
>> :M:
>
> If blacklisting a certain package for all distro's is there then still
> a need to keep those blacklisted packages ????

Just because the class is named blacklist and *can* be used by any
distro doesn't mean we'd be globally blacklisting something for all
distros.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics



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

* Re: blacklist.bbclass
  2011-03-18 20:33 ` blacklist.bbclass Frans Meulenbroeks
  2011-03-18 21:29   ` blacklist.bbclass Chris Larson
@ 2011-03-18 21:35   ` Phil Blundell
  2011-03-18 21:55     ` blacklist.bbclass Tom Rini
  2011-03-18 22:33     ` blacklist.bbclass Frans Meulenbroeks
  1 sibling, 2 replies; 11+ messages in thread
From: Phil Blundell @ 2011-03-18 21:35 UTC (permalink / raw)
  To: openembedded-devel

On Fri, 2011-03-18 at 21:33 +0100, Frans Meulenbroeks wrote:
> 2011/3/18 Dr. Michael Lauer <mickey@vanille-media.de>:
> > Salut,
> >
> > the blacklisting of packages as found in angstrom.bbclass
> > is pretty helpful and would be beneficial to all kinds
> > of distribution configurations in OE. Would there be
> > a strong objection of renaming this to blacklist.bbclass?
> >
> > Copying, of course, is also a possibility, but
> > in my opinion it would only be the second best choice.
> >
> > Cheers,
> >
> > :M:
> 
> If blacklisting a certain package for all distro's is there then still
> a need to keep those blacklisted packages ????

The class that Mickey is talking about is just the mechanism to allow
blacklisting.  It doesn't actually contain a list of blacklisted
packages; I think that typically goes in DISTRO.conf for distros that
use it.

However, if we do want to rename it to something more global (which I
agree seems like a good idea) then the contents would need a bit of
tweaking since both the variables that it looks at, and the messages
that it outputs, make reference to Angstrom specifically.

p.





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

* Re: blacklist.bbclass
  2011-03-18 21:35   ` blacklist.bbclass Phil Blundell
@ 2011-03-18 21:55     ` Tom Rini
  2011-03-18 22:33     ` blacklist.bbclass Frans Meulenbroeks
  1 sibling, 0 replies; 11+ messages in thread
From: Tom Rini @ 2011-03-18 21:55 UTC (permalink / raw)
  To: openembedded-devel

On 03/18/2011 02:35 PM, Phil Blundell wrote:
> On Fri, 2011-03-18 at 21:33 +0100, Frans Meulenbroeks wrote:
>> 2011/3/18 Dr. Michael Lauer<mickey@vanille-media.de>:
>>> Salut,
>>>
>>> the blacklisting of packages as found in angstrom.bbclass
>>> is pretty helpful and would be beneficial to all kinds
>>> of distribution configurations in OE. Would there be
>>> a strong objection of renaming this to blacklist.bbclass?
>>>
>>> Copying, of course, is also a possibility, but
>>> in my opinion it would only be the second best choice.
>>>
>>> Cheers,
>>>
>>> :M:
>>
>> If blacklisting a certain package for all distro's is there then still
>> a need to keep those blacklisted packages ????
>
> The class that Mickey is talking about is just the mechanism to allow
> blacklisting.  It doesn't actually contain a list of blacklisted
> packages; I think that typically goes in DISTRO.conf for distros that
> use it.
>
> However, if we do want to rename it to something more global (which I
> agree seems like a good idea) then the contents would need a bit of
> tweaking since both the variables that it looks at, and the messages
> that it outputs, make reference to Angstrom specifically.

I've had that locally for a long while now (BLACKLIST and just %s is 
unsupported because %s).  So I vote in favor of a generic list distros 
blacklist items class.

-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: blacklist.bbclass
  2011-03-18 19:24 blacklist.bbclass Dr. Michael Lauer
  2011-03-18 20:33 ` blacklist.bbclass Frans Meulenbroeks
@ 2011-03-18 22:28 ` Koen Kooi
  2011-03-18 22:45   ` blacklist.bbclass Philip Balister
  2011-03-18 23:09 ` blacklist.bbclass Graeme Gregory
  2 siblings, 1 reply; 11+ messages in thread
From: Koen Kooi @ 2011-03-18 22:28 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 18-03-11 20:24, Dr. Michael Lauer wrote:
> Salut,
> 
> the blacklisting of packages as found in angstrom.bbclass
> is pretty helpful and would be beneficial to all kinds
> of distribution configurations in OE.

So include it in your $DISTRO.

> Would there be
> a strong objection of renaming this to blacklist.bbclass?

Why is a rename needed? SHR is already using it as is.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFNg9x+MkyGM64RGpERApRIAKCaBrrX6A/yyoIMuRrELdeJCTqs1gCggw93
q+51Hc05SmGVgocnoEJeR10=
=+KOd
-----END PGP SIGNATURE-----




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

* Re: blacklist.bbclass
  2011-03-18 21:35   ` blacklist.bbclass Phil Blundell
  2011-03-18 21:55     ` blacklist.bbclass Tom Rini
@ 2011-03-18 22:33     ` Frans Meulenbroeks
  1 sibling, 0 replies; 11+ messages in thread
From: Frans Meulenbroeks @ 2011-03-18 22:33 UTC (permalink / raw)
  To: openembedded-devel

2011/3/18 Phil Blundell <philb@gnu.org>:
> On Fri, 2011-03-18 at 21:33 +0100, Frans Meulenbroeks wrote:
>> 2011/3/18 Dr. Michael Lauer <mickey@vanille-media.de>:
>> > Salut,
>> >
>> > the blacklisting of packages as found in angstrom.bbclass
>> > is pretty helpful and would be beneficial to all kinds
>> > of distribution configurations in OE. Would there be
>> > a strong objection of renaming this to blacklist.bbclass?
>> >
>> > Copying, of course, is also a possibility, but
>> > in my opinion it would only be the second best choice.
>> >
>> > Cheers,
>> >
>> > :M:
>>
>> If blacklisting a certain package for all distro's is there then still
>> a need to keep those blacklisted packages ????
>
> The class that Mickey is talking about is just the mechanism to allow
> blacklisting.  It doesn't actually contain a list of blacklisted
> packages; I think that typically goes in DISTRO.conf for distros that
> use it.
>
> However, if we do want to rename it to something more global (which I
> agree seems like a good idea) then the contents would need a bit of
> tweaking since both the variables that it looks at, and the messages
> that it outputs, make reference to Angstrom specifically.
>

Ah ok, thanks for the explanation!

Frans



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

* Re: blacklist.bbclass
  2011-03-18 22:28 ` blacklist.bbclass Koen Kooi
@ 2011-03-18 22:45   ` Philip Balister
  0 siblings, 0 replies; 11+ messages in thread
From: Philip Balister @ 2011-03-18 22:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

On 03/18/2011 06:28 PM, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 18-03-11 20:24, Dr. Michael Lauer wrote:
>> Salut,
>>
>> the blacklisting of packages as found in angstrom.bbclass
>> is pretty helpful and would be beneficial to all kinds
>> of distribution configurations in OE.
>
> So include it in your $DISTRO.
>
>> Would there be
>> a strong objection of renaming this to blacklist.bbclass?
>
> Why is a rename needed? SHR is already using it as is.

What is oe-core doing? I would think they would want to make this more 
generic. The solution may be to adopt what happens there.

Philip



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

* Re: blacklist.bbclass
  2011-03-18 19:24 blacklist.bbclass Dr. Michael Lauer
  2011-03-18 20:33 ` blacklist.bbclass Frans Meulenbroeks
  2011-03-18 22:28 ` blacklist.bbclass Koen Kooi
@ 2011-03-18 23:09 ` Graeme Gregory
  2011-03-19 22:40   ` blacklist.bbclass Tom Rini
  2 siblings, 1 reply; 11+ messages in thread
From: Graeme Gregory @ 2011-03-18 23:09 UTC (permalink / raw)
  To: openembedded-devel

On 18/03/2011 19:24, Dr. Michael Lauer wrote:
> Salut,
>
> the blacklisting of packages as found in angstrom.bbclass
> is pretty helpful and would be beneficial to all kinds
> of distribution configurations in OE. Would there be
> a strong objection of renaming this to blacklist.bbclass?
>
> Copying, of course, is also a possibility, but
> in my opinion it would only be the second best choice.
>
As the author I object to renaming it.

We have played this rename game before and Im still not happy with the
results of the last time.

I also object on the grounds of the amount of abuse I got from some
other distro maintainers for implementing this, which is the reason it
is called angstrom.bbclass.

Graeme




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

* Re: blacklist.bbclass
  2011-03-18 23:09 ` blacklist.bbclass Graeme Gregory
@ 2011-03-19 22:40   ` Tom Rini
  2011-03-19 22:53     ` blacklist.bbclass Graeme Gregory
  0 siblings, 1 reply; 11+ messages in thread
From: Tom Rini @ 2011-03-19 22:40 UTC (permalink / raw)
  To: openembedded-devel

On 03/18/2011 04:09 PM, Graeme Gregory wrote:
> On 18/03/2011 19:24, Dr. Michael Lauer wrote:
>> Salut,
>>
>> the blacklisting of packages as found in angstrom.bbclass
>> is pretty helpful and would be beneficial to all kinds
>> of distribution configurations in OE. Would there be
>> a strong objection of renaming this to blacklist.bbclass?
>>
>> Copying, of course, is also a possibility, but
>> in my opinion it would only be the second best choice.
>>
> As the author I object to renaming it.
>
> We have played this rename game before and Im still not happy with the
> results of the last time.
>
> I also object on the grounds of the amount of abuse I got from some
> other distro maintainers for implementing this, which is the reason it
> is called angstrom.bbclass.

OK.  Can we change the message so it says ${DISTRO} doesn't support, 
rather than Angstrom doesn't support?

-- 
Tom Rini
Mentor Graphics Corporation



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

* Re: blacklist.bbclass
  2011-03-19 22:40   ` blacklist.bbclass Tom Rini
@ 2011-03-19 22:53     ` Graeme Gregory
  0 siblings, 0 replies; 11+ messages in thread
From: Graeme Gregory @ 2011-03-19 22:53 UTC (permalink / raw)
  To: openembedded-devel

On 19/03/2011 22:40, Tom Rini wrote:
> On 03/18/2011 04:09 PM, Graeme Gregory wrote:
>> On 18/03/2011 19:24, Dr. Michael Lauer wrote:
>>> Salut,
>>>
>>> the blacklisting of packages as found in angstrom.bbclass
>>> is pretty helpful and would be beneficial to all kinds
>>> of distribution configurations in OE. Would there be
>>> a strong objection of renaming this to blacklist.bbclass?
>>>
>>> Copying, of course, is also a possibility, but
>>> in my opinion it would only be the second best choice.
>>>
>> As the author I object to renaming it.
>>
>> We have played this rename game before and Im still not happy with the
>> results of the last time.
>>
>> I also object on the grounds of the amount of abuse I got from some
>> other distro maintainers for implementing this, which is the reason it
>> is called angstrom.bbclass.
>
> OK.  Can we change the message so it says ${DISTRO} doesn't support,
> rather than Angstrom doesn't support?
>
Heh, your slow, do a git pull :-)

Graeme




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

end of thread, other threads:[~2011-03-19 22:55 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-18 19:24 blacklist.bbclass Dr. Michael Lauer
2011-03-18 20:33 ` blacklist.bbclass Frans Meulenbroeks
2011-03-18 21:29   ` blacklist.bbclass Chris Larson
2011-03-18 21:35   ` blacklist.bbclass Phil Blundell
2011-03-18 21:55     ` blacklist.bbclass Tom Rini
2011-03-18 22:33     ` blacklist.bbclass Frans Meulenbroeks
2011-03-18 22:28 ` blacklist.bbclass Koen Kooi
2011-03-18 22:45   ` blacklist.bbclass Philip Balister
2011-03-18 23:09 ` blacklist.bbclass Graeme Gregory
2011-03-19 22:40   ` blacklist.bbclass Tom Rini
2011-03-19 22:53     ` blacklist.bbclass Graeme Gregory

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.