[OE-core] [PATCH v5 7/8] task-base: remove modutils reference.

Koen Kooi koen at dominion.thruhere.net
Fri Jul 1 13:32:04 UTC 2011


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 <anders at chargestorm.se>
> ---
> 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



More information about the Openembedded-core mailing list