* UDEV-145??
@ 2011-12-16 22:21 Saul Wold
2011-12-19 18:20 ` UDEV-145?? Joshua Lock
0 siblings, 1 reply; 5+ messages in thread
From: Saul Wold @ 2011-12-16 22:21 UTC (permalink / raw)
To: 'Patches and discussions about the oe-core layer'
Does anyone know why we might be keeping this older version around? I
know that in the past there were kernel <-> udev issues. Are most usages
now using current kernels and udev?
Please let me know, I will remove it unless I hear otherwise.
Thanks
--
Sau!
Saul Wold
Yocto Component Wrangler @ Intel
Yocto Project / Poky Build System
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: UDEV-145??
2011-12-16 22:21 UDEV-145?? Saul Wold
@ 2011-12-19 18:20 ` Joshua Lock
2011-12-20 13:35 ` UDEV-145?? Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: Joshua Lock @ 2011-12-19 18:20 UTC (permalink / raw)
To: openembedded-core
On 16/12/11 14:21, Saul Wold wrote:
>
> Does anyone know why we might be keeping this older version around? I
> know that in the past there were kernel <-> udev issues. Are most usages
> now using current kernels and udev?
I was wondering the same thing. I have a WIP patch series to drop the
old version and the old inc file.
Further I'd like to try and get meta-oe using at least most of the
oe-core udev, I've not looked at the differences there yet.
Joshua
--
Joshua Lock
Yocto Project "Johannes factotum"
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: UDEV-145??
2011-12-19 18:20 ` UDEV-145?? Joshua Lock
@ 2011-12-20 13:35 ` Otavio Salvador
2011-12-20 13:48 ` UDEV-145?? Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Otavio Salvador @ 2011-12-20 13:35 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1052 bytes --]
On Mon, Dec 19, 2011 at 16:20, Joshua Lock <josh@linux.intel.com> wrote:
> On 16/12/11 14:21, Saul Wold wrote:
> >
> > Does anyone know why we might be keeping this older version around? I
> > know that in the past there were kernel <-> udev issues. Are most usages
> > now using current kernels and udev?
>
> I was wondering the same thing. I have a WIP patch series to drop the
> old version and the old inc file.
>
> Further I'd like to try and get meta-oe using at least most of the
> oe-core udev, I've not looked at the differences there yet.
>
I read this e-mail after I started working on this. My current WIP patchset
is at:
https://github.com/OSSystems/oe-core/compare/ae4118a1f78f113c3d687c3aa6a86007cf977cae...master
I am going to finish this getting 175 on oe-core but those patches seems
good for merging to me.
--
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
[-- Attachment #2: Type: text/html, Size: 1724 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: UDEV-145??
2011-12-20 13:35 ` UDEV-145?? Otavio Salvador
@ 2011-12-20 13:48 ` Koen Kooi
2011-12-20 14:26 ` UDEV-145?? Otavio Salvador
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2011-12-20 13:48 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1163 bytes --]
Op 20 dec. 2011, om 14:35 heeft Otavio Salvador het volgende geschreven:
> On Mon, Dec 19, 2011 at 16:20, Joshua Lock <josh@linux.intel.com> wrote:
> On 16/12/11 14:21, Saul Wold wrote:
> >
> > Does anyone know why we might be keeping this older version around? I
> > know that in the past there were kernel <-> udev issues. Are most usages
> > now using current kernels and udev?
>
> I was wondering the same thing. I have a WIP patch series to drop the
> old version and the old inc file.
>
> Further I'd like to try and get meta-oe using at least most of the
> oe-core udev, I've not looked at the differences there yet.
>
> I read this e-mail after I started working on this. My current WIP patchset is at:
>
> https://github.com/OSSystems/oe-core/compare/ae4118a1f78f113c3d687c3aa6a86007cf977cae...master
>
> I am going to finish this getting 175 on oe-core but those patches seems good for merging to me.
Keep in mind that udev 175 looks a lot different than earlier versions, e.g. no udev-acl anymore, locations have moved, etc. So the custom OE initscripts will need a fair amount of changes for people still using sysvinit.
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: UDEV-145??
2011-12-20 13:48 ` UDEV-145?? Koen Kooi
@ 2011-12-20 14:26 ` Otavio Salvador
0 siblings, 0 replies; 5+ messages in thread
From: Otavio Salvador @ 2011-12-20 14:26 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 951 bytes --]
On Tue, Dec 20, 2011 at 11:48, Koen Kooi <koen@dominion.thruhere.net> wrote:
>
> Op 20 dec. 2011, om 14:35 heeft Otavio Salvador het volgende geschreven:
> ...
>
> I read this e-mail after I started working on this. My current WIP
> patchset is at:
> >
> >
> https://github.com/OSSystems/oe-core/compare/ae4118a1f78f113c3d687c3aa6a86007cf977cae...master
> >
> > I am going to finish this getting 175 on oe-core but those patches seems
> good for merging to me.
>
> Keep in mind that udev 175 looks a lot different than earlier versions,
> e.g. no udev-acl anymore, locations have moved, etc. So the custom OE
> initscripts will need a fair amount of changes for people still using
> sysvinit.
>
I will on 173 first, in this case.
--
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
[-- Attachment #2: Type: text/html, Size: 1696 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-12-20 14:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-16 22:21 UDEV-145?? Saul Wold
2011-12-19 18:20 ` UDEV-145?? Joshua Lock
2011-12-20 13:35 ` UDEV-145?? Otavio Salvador
2011-12-20 13:48 ` UDEV-145?? Koen Kooi
2011-12-20 14:26 ` UDEV-145?? Otavio Salvador
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox