All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] Updating stable patches in linux recipes
@ 2009-07-09 13:22 Marcin Juszkiewicz
  2009-07-09 14:07 ` Michael 'Mickey' Lauer
  2009-07-09 14:32 ` Marco Cavallini
  0 siblings, 2 replies; 6+ messages in thread
From: Marcin Juszkiewicz @ 2009-07-09 13:22 UTC (permalink / raw)
  To: openembedded-devel


Hi

We have many Linux recipes in OE. Those which are used for many targets 
(so mainly linux_2.6.xx ones) are usually using first release of kernel 
without any stable updates. 

I would like to know what do you think about updating them to latest 
stable updates (so 2.6.30.1, 2.6.29.6 etc) when new stable patch gets 
released.

Regards, 
-- 
JID:      hrw@jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz





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

* Re: [RFC] Updating stable patches in linux recipes
  2009-07-09 13:22 [RFC] Updating stable patches in linux recipes Marcin Juszkiewicz
@ 2009-07-09 14:07 ` Michael 'Mickey' Lauer
  2009-07-09 14:32 ` Marco Cavallini
  1 sibling, 0 replies; 6+ messages in thread
From: Michael 'Mickey' Lauer @ 2009-07-09 14:07 UTC (permalink / raw)
  To: openembedded-devel

> I would like to know what do you think about updating them to latest
> stable updates (so 2.6.30.1, 2.6.29.6 etc) when new stable patch gets
> released.

+1.

:M:




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

* Re: [RFC] Updating stable patches in linux recipes
  2009-07-09 13:22 [RFC] Updating stable patches in linux recipes Marcin Juszkiewicz
  2009-07-09 14:07 ` Michael 'Mickey' Lauer
@ 2009-07-09 14:32 ` Marco Cavallini
  2009-07-09 15:11   ` Marcin Juszkiewicz
  1 sibling, 1 reply; 6+ messages in thread
From: Marco Cavallini @ 2009-07-09 14:32 UTC (permalink / raw)
  To: openembedded-devel

Marcin Juszkiewicz ha scritto:
> Hi
> 
> We have many Linux recipes in OE. Those which are used for many targets 
> (so mainly linux_2.6.xx ones) are usually using first release of kernel 
> without any stable updates. 
> 
> I would like to know what do you think about updating them to latest 
> stable updates (so 2.6.30.1, 2.6.29.6 etc) when new stable patch gets 
> released.

Hi,
that's a good idea, but could drive to a huge overhead.
What do you mean exactly with latest stable updates?
How frequently would you check the stable patch availability?

/marco



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

* Re: [RFC] Updating stable patches in linux recipes
  2009-07-09 14:32 ` Marco Cavallini
@ 2009-07-09 15:11   ` Marcin Juszkiewicz
  2009-07-10  8:01     ` Marco Cavallini
  0 siblings, 1 reply; 6+ messages in thread
From: Marcin Juszkiewicz @ 2009-07-09 15:11 UTC (permalink / raw)
  To: openembedded-devel

Dnia czwartek, 9 lipca 2009 o 16:32:01 Marco Cavallini napisał(a):

> that's a good idea, but could drive to a huge overhead.
> What do you mean exactly with latest stable updates?
> How frequently would you check the stable patch availability?

I track kernel version RSS daily but work on kernel recipes less often. 
But when I work on them I would like to know is it ok to bump it or 
should I contact each developer who use recipe to get Ack from them.

Regards, 
-- 
JID:      hrw@jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz





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

* Re: [RFC] Updating stable patches in linux recipes
  2009-07-09 15:11   ` Marcin Juszkiewicz
@ 2009-07-10  8:01     ` Marco Cavallini
  2009-07-10 15:33       ` Marcin Juszkiewicz
  0 siblings, 1 reply; 6+ messages in thread
From: Marco Cavallini @ 2009-07-10  8:01 UTC (permalink / raw)
  To: openembedded-devel

Marcin Juszkiewicz ha scritto:
> Dnia czwartek, 9 lipca 2009 o 16:32:01 Marco Cavallini napisał(a):
> 
>> that's a good idea, but could drive to a huge overhead.
>> What do you mean exactly with latest stable updates?
>> How frequently would you check the stable patch availability?
> 
> I track kernel version RSS daily but work on kernel recipes less often. 
> But when I work on them I would like to know is it ok to bump it or 
> should I contact each developer who use recipe to get Ack from them.

+1 from me,
although I still have some doubts

1. how do you know who is responsible for each recipe, considering that
many of them haven't a proper header showing that.

2. many recipes are often used by other recipes, how can you check all
possibilities?

thx

/marco



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

* Re: [RFC] Updating stable patches in linux recipes
  2009-07-10  8:01     ` Marco Cavallini
@ 2009-07-10 15:33       ` Marcin Juszkiewicz
  0 siblings, 0 replies; 6+ messages in thread
From: Marcin Juszkiewicz @ 2009-07-10 15:33 UTC (permalink / raw)
  To: openembedded-devel

Dnia piątek, 10 lipca 2009 o 10:01:34 Marco Cavallini napisał(a):

> I still have some doubts
>
> 1. how do you know who is responsible for each recipe, considering
> that many of them haven't a proper header showing that.

recipes/linux/linux_* recipes are generic ones and can be used by any 
machine basically. They are also suggested to be used for any new 
device.

> 2. many recipes are often used by other recipes, how can you check
> all possibilities?

recipes/linux/linux_*.bb are not used by other recipes as far as I know.

Regards, 
-- 
JID:      hrw@jabber.org
Website:  http://marcin.juszkiewicz.com.pl/
LinkedIn: http://www.linkedin.com/in/marcinjuszkiewicz





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

end of thread, other threads:[~2009-07-10 15:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-09 13:22 [RFC] Updating stable patches in linux recipes Marcin Juszkiewicz
2009-07-09 14:07 ` Michael 'Mickey' Lauer
2009-07-09 14:32 ` Marco Cavallini
2009-07-09 15:11   ` Marcin Juszkiewicz
2009-07-10  8:01     ` Marco Cavallini
2009-07-10 15:33       ` Marcin Juszkiewicz

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.