* Re: [PATCH 05/11] udev (165): move ConsoleKit support to udev-consolekit package [not found] ` <AANLkTimiahf+8xJ_nNePkXzB3Lhton2+5JqquPmruN24@mail.gmail.com> @ 2011-03-12 22:03 ` Koen Kooi 2011-03-14 12:33 ` Otavio Salvador 2011-03-14 16:46 ` Tom Rini 0 siblings, 2 replies; 5+ messages in thread From: Koen Kooi @ 2011-03-12 22:03 UTC (permalink / raw) To: Otavio Salvador; +Cc: Koen Kooi, openembedded-devel, openembedded-core Op 12 mrt 2011, om 21:21 heeft Otavio Salvador het volgende geschreven: > On Sat, Mar 12, 2011 at 16:27, Otavio Salvador <otavio@ossystems.com.br> wrote: > ... >> -PACKAGES =+ "libudev libgudev udev-utils" >> +PACKAGES =+ "libudev libgudev udev-utils udev-consolekit" > ... > > Koen, can you take a look on this change? > > It seems Angstrom is the only used of this version and seems better to > not provide support for consolekit by default so adding it as > recommends or suggests seems wrong to me. If someone can quickly explain me what it does then we can see what needs to get changed. Without having looked into it I think adding RRECOMMENDS_${PN} += "udev-consolekit" to the consolekit recipe should fix most possible breakage. Adding oe-core to CC: What are the plans in oe-core for udev? There currently is a recipe overlayed in meta-oe because I haven't had time to look into the differences between the oe-dev and oe-core version. If we're going to touch udev we might as well do it properly :) regards, Koen ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 05/11] udev (165): move ConsoleKit support to udev-consolekit package 2011-03-12 22:03 ` [PATCH 05/11] udev (165): move ConsoleKit support to udev-consolekit package Koen Kooi @ 2011-03-14 12:33 ` Otavio Salvador 2011-03-14 16:46 ` Tom Rini 1 sibling, 0 replies; 5+ messages in thread From: Otavio Salvador @ 2011-03-14 12:33 UTC (permalink / raw) To: Koen Kooi; +Cc: Koen Kooi, openembedded-devel, openembedded-core On Sat, Mar 12, 2011 at 19:03, Koen Kooi <koen@beagleboard.org> wrote: > If someone can quickly explain me what it does then we can see what needs to get changed. Without having looked into it I think adding RRECOMMENDS_${PN} += "udev-consolekit" to the consolekit recipe should fix most possible breakage. I think it manages to register the 'seat' on consolekit. So I think this would solve this issue. > Adding oe-core to CC: > > What are the plans in oe-core for udev? There currently is a recipe overlayed in meta-oe because I haven't had time to look into the differences between the oe-dev and oe-core version. If we're going to touch udev we might as well do it properly :) I think 165 ought to be our base there. -- Otavio Salvador O.S. Systems E-mail: otavio@ossystems.com.br http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 05/11] udev (165): move ConsoleKit support to udev-consolekit package 2011-03-12 22:03 ` [PATCH 05/11] udev (165): move ConsoleKit support to udev-consolekit package Koen Kooi 2011-03-14 12:33 ` Otavio Salvador @ 2011-03-14 16:46 ` Tom Rini 2011-03-14 18:00 ` Khem Raj 1 sibling, 1 reply; 5+ messages in thread From: Tom Rini @ 2011-03-14 16:46 UTC (permalink / raw) To: openembedded-core On 03/12/2011 03:03 PM, Koen Kooi wrote: > > Op 12 mrt 2011, om 21:21 heeft Otavio Salvador het volgende geschreven: > >> On Sat, Mar 12, 2011 at 16:27, Otavio Salvador<otavio@ossystems.com.br> wrote: >> ... >>> -PACKAGES =+ "libudev libgudev udev-utils" >>> +PACKAGES =+ "libudev libgudev udev-utils udev-consolekit" >> ... >> >> Koen, can you take a look on this change? >> >> It seems Angstrom is the only used of this version and seems better to >> not provide support for consolekit by default so adding it as >> recommends or suggests seems wrong to me. > > If someone can quickly explain me what it does then we can see what needs to get changed. Without having looked into it I think adding RRECOMMENDS_${PN} += "udev-consolekit" to the consolekit recipe should fix most possible breakage. > > Adding oe-core to CC: > > What are the plans in oe-core for udev? There currently is a recipe overlayed in meta-oe because I haven't had time to look into the differences between the oe-dev and oe-core version. If we're going to touch udev we might as well do it properly :) Not sure off hand yet, but udev is one of the things we might need to keep a few versions around of, depending on how far back we want to support kernels out of the box. -- Tom Rini Mentor Graphics Corporation ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 05/11] udev (165): move ConsoleKit support to udev-consolekit package 2011-03-14 16:46 ` Tom Rini @ 2011-03-14 18:00 ` Khem Raj 2011-03-14 18:09 ` Tom Rini 0 siblings, 1 reply; 5+ messages in thread From: Khem Raj @ 2011-03-14 18:00 UTC (permalink / raw) To: Patches and discussions about the oe-core layer On Mon, Mar 14, 2011 at 9:46 AM, Tom Rini <tom_rini@mentor.com> wrote: > On 03/12/2011 03:03 PM, Koen Kooi wrote: >> >> Op 12 mrt 2011, om 21:21 heeft Otavio Salvador het volgende geschreven: >> >>> On Sat, Mar 12, 2011 at 16:27, Otavio Salvador<otavio@ossystems.com.br> >>> wrote: >>> ... >>>> >>>> -PACKAGES =+ "libudev libgudev udev-utils" >>>> +PACKAGES =+ "libudev libgudev udev-utils udev-consolekit" >>> >>> ... >>> >>> Koen, can you take a look on this change? >>> >>> It seems Angstrom is the only used of this version and seems better to >>> not provide support for consolekit by default so adding it as >>> recommends or suggests seems wrong to me. >> >> If someone can quickly explain me what it does then we can see what needs >> to get changed. Without having looked into it I think adding >> RRECOMMENDS_${PN} += "udev-consolekit" to the consolekit recipe should fix >> most possible breakage. >> >> Adding oe-core to CC: >> >> What are the plans in oe-core for udev? There currently is a recipe >> overlayed in meta-oe because I haven't had time to look into the differences >> between the oe-dev and oe-core version. If we're going to touch udev we >> might as well do it properly :) > > Not sure off hand yet, but udev is one of the things we might need to keep a > few versions around of, depending on how far back we want to support kernels > out of the box. > I would think this should be recommended into BSP layers then > -- > Tom Rini > Mentor Graphics Corporation > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core > ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 05/11] udev (165): move ConsoleKit support to udev-consolekit package 2011-03-14 18:00 ` Khem Raj @ 2011-03-14 18:09 ` Tom Rini 0 siblings, 0 replies; 5+ messages in thread From: Tom Rini @ 2011-03-14 18:09 UTC (permalink / raw) To: Khem Raj; +Cc: Patches and discussions about the oe-core layer On 03/14/2011 11:00 AM, Khem Raj wrote: > On Mon, Mar 14, 2011 at 9:46 AM, Tom Rini<tom_rini@mentor.com> wrote: >> On 03/12/2011 03:03 PM, Koen Kooi wrote: >>> >>> Op 12 mrt 2011, om 21:21 heeft Otavio Salvador het volgende geschreven: >>> >>>> On Sat, Mar 12, 2011 at 16:27, Otavio Salvador<otavio@ossystems.com.br> >>>> wrote: >>>> ... >>>>> >>>>> -PACKAGES =+ "libudev libgudev udev-utils" >>>>> +PACKAGES =+ "libudev libgudev udev-utils udev-consolekit" >>>> >>>> ... >>>> >>>> Koen, can you take a look on this change? >>>> >>>> It seems Angstrom is the only used of this version and seems better to >>>> not provide support for consolekit by default so adding it as >>>> recommends or suggests seems wrong to me. >>> >>> If someone can quickly explain me what it does then we can see what needs >>> to get changed. Without having looked into it I think adding >>> RRECOMMENDS_${PN} += "udev-consolekit" to the consolekit recipe should fix >>> most possible breakage. >>> >>> Adding oe-core to CC: >>> >>> What are the plans in oe-core for udev? There currently is a recipe >>> overlayed in meta-oe because I haven't had time to look into the differences >>> between the oe-dev and oe-core version. If we're going to touch udev we >>> might as well do it properly :) >> >> Not sure off hand yet, but udev is one of the things we might need to keep a >> few versions around of, depending on how far back we want to support kernels >> out of the box. > > I would think this should be recommended into BSP layers then I wouldn't since we don't want every BSP to have to "re-invent" the udev wheel. And there's other bits of userspace where there's a relationship between the kernel version (the whole kernel headers version and iirc hipox machines thread on oe-devel). I'm not saying we need to keep every version of udev either, I'm just saying we know where there's cutoff points and we should have correct and maintained udev versions in the core. -- Tom Rini Mentor Graphics Corporation ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-03-14 18:11 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1299958038-25216-1-git-send-email-otavio@ossystems.com.br>
[not found] ` <1299958038-25216-6-git-send-email-otavio@ossystems.com.br>
[not found] ` <AANLkTimiahf+8xJ_nNePkXzB3Lhton2+5JqquPmruN24@mail.gmail.com>
2011-03-12 22:03 ` [PATCH 05/11] udev (165): move ConsoleKit support to udev-consolekit package Koen Kooi
2011-03-14 12:33 ` Otavio Salvador
2011-03-14 16:46 ` Tom Rini
2011-03-14 18:00 ` Khem Raj
2011-03-14 18:09 ` Tom Rini
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox