[oe] Another weird case of PACKAGES_DYNAMIC and task deps, it seems

Richard Purdie rpurdie at rpsys.net
Mon Jan 7 20:44:24 UTC 2008


On Mon, 2008-01-07 at 22:18 +0200, Paul Sokolovsky wrote:
> Monday, January 7, 2008, 1:47:23 AM, you wrote:
> > So the question is why doesn't your test case have this (I'm assuming it
> > doesn't). My best guess is that the kernel .bb file in question alters
> > DEPENDS and that update-modules isn't really in DEPENDS. Which
> > kernel .bb file serves the machine in question?
> 
>   Gotcha! I tried
> 
>  MACHINE=h4000 bitbake initramfs-image -g
> 
> and it gives the same matches as you quote below. But
> 
>  MACHINE=collie bitbake initramfs-image -g
> 
> Gives zero matches for update-modules. I don't try to investigate
> further now, as you probably know better about it ;-).

My money is on:

DEPENDS_collie += "bc-native"

in linux-rp.inc. Try removing that...

Cheers,

Richard






More information about the Openembedded-devel mailing list