[oe] Kernel developers strike again - aka "why wpa is broken" aka "why I have 2 kernels installed"

Khem Raj raj.khem at gmail.com
Fri Mar 21 23:01:15 UTC 2008


On Fri, Mar 21, 2008 at 11:38 AM, Richard Purdie <rpurdie at rpsys.net> wrote:
> Hi,
>
>
>  On Fri, 2008-03-21 at 10:38 +0100, Koen Kooi wrote:
>  > In their supreme genius the kernel people have renamed the aes crypto
>  > module in 2.6.24, which leads to a lot of problems for people using
>  > feeds. The old modules doesn't get replaced by the new one (different
>  > name), so task-base will pull in the old aes-module and hence the old
>  > kernel. It doesn't pull in the new aes module, so your crypto is broken.
>  >
>  > A good solution would be for task-base to check the kernel version and
>  > adjust RRECOMMENDS accordingly.
>
>  This isn't a good solution since we have no way of handling package A
>  requires to know which version of package B was built.
>
>  Yes, the kernel can write a file to staging which task-base then reads
>  but this will only work with very precise ordering and I'm not keen on
>  promoting that.
>
>  How about we set:
>
>  RREPLACES_kernel-module-new-name = "kernel-module-old-name"
>  RCONFLICTS_kernel-module-new-name = "kernel-module-old-name"

something like "Obsoletes" feature of rpm

Khem




More information about the Openembedded-devel mailing list