Op 1 jul 2011, om 15:08 heeft Anders Darander het volgende geschreven:

> Also remove the other kernel24 references.
> Make everything dependent on kernel26 default.
> Move the RDEPENDS- and RRECOMMENDS_task-base-kernel26 to _task-base.
> 
> Signed-off-by: Anders Darander <[email protected]>
> ---
> meta/recipes-core/tasks/task-base.bb |   49 ++++++++++-----------------------
> 1 files changed, 15 insertions(+), 34 deletions(-)
> 
>  #
> # linux-hotplug or none
> #
> -HOTPLUG ?= "${@base_contains("MACHINE_FEATURES", "kernel24",  
> "linux-hotplug","",d)} "
> +HOTPLUG ?= ""

I think this one can go completely


> #
> # pcmciautils for >= 2.6.13-rc1, pcmcia-cs for others
> #
> -PCMCIA_MANAGER ?= "${@base_contains('MACHINE_FEATURES', 
> 'kernel26','pcmciautils','pcmcia-cs',d)} "
> +PCMCIA_MANAGER ?= "pcmciautils"

This one can get folded into the task directly

regards,

Koen
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to