[oe] PATCH: make h2200-bootloader load & depend on mtdblock

Koen Kooi k.kooi at student.utwente.nl
Thu Jul 24 07:19:46 UTC 2008


Paul Eggleton wrote:
> Hi there,
>
> The attached patch fixes bug 4451 by making h2200-bootloader depend on
> kernel-module-mtdblock and load the mtdblock module before attempting to use
> it.
>
> http://bugs.openembedded.net/show_bug.cgi?id=4451
>
> Does this look OK?

No

+RDEPENDS = kernel-module-mtdblock

Never ever rdepend on a kernelmodules, since it might be built in to the 
kernel in the future (like it was in the past), only use

RRECOMMENDS_${PN} = "kernel-module-foo"

regards,

Koen





More information about the Openembedded-devel mailing list