Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-28 Thread Mark Hatle
On 11/27/12 11:26 PM, Richard Purdie wrote: On Tue, 2012-11-27 at 15:07 -0600, Mark Hatle wrote: On 11/27/12 2:23 PM, Martin Jansa wrote: Bitbake doesn't know which modules this package will produce since its using PACKAGES_DYNAMIC. It does its best effort to try and find DEPENDS but it can't t

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Richard Purdie
On Tue, 2012-11-27 at 21:23 +0100, Martin Jansa wrote: > On Tue, Nov 27, 2012 at 08:11:42PM +, Richard Purdie wrote: > > On Tue, 2012-11-27 at 16:41 +0100, Martin Jansa wrote: > > So basically, you need to decide whether you want consolekit enabled or > > not and build accordingly, there is not

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Richard Purdie
On Tue, 2012-11-27 at 15:07 -0600, Mark Hatle wrote: > On 11/27/12 2:23 PM, Martin Jansa wrote: > >> Bitbake doesn't know which modules this package will produce since its > >> using PACKAGES_DYNAMIC. It does its best effort to try and find DEPENDS > >> but it can't take the regexps and come up wit

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Mark Hatle
On 11/27/12 2:23 PM, Martin Jansa wrote: On Tue, Nov 27, 2012 at 08:11:42PM +, Richard Purdie wrote: On Tue, 2012-11-27 at 16:41 +0100, Martin Jansa wrote: Hi, pulseaudio has RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" and pulseaudio-module-console-kit is dynamic package PACKAG

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Martin Jansa
On Tue, Nov 27, 2012 at 08:11:42PM +, Richard Purdie wrote: > On Tue, 2012-11-27 at 16:41 +0100, Martin Jansa wrote: > > Hi, > > > > pulseaudio has > > RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" > > > > and pulseaudio-module-console-kit is dynamic package > > PACKAGES_DYNAMIC += "

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Richard Purdie
On Tue, 2012-11-27 at 16:41 +0100, Martin Jansa wrote: > Hi, > > pulseaudio has > RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" > > and pulseaudio-module-console-kit is dynamic package > PACKAGES_DYNAMIC += "^pulseaudio-lib.* ^pulseaudio-module.* ^libpulse-lib.* > ^libpulse-module.* " >

Re: [OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Otavio Salvador
On Tue, Nov 27, 2012 at 1:41 PM, Martin Jansa wrote: > pulseaudio has > RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" > > and pulseaudio-module-console-kit is dynamic package > PACKAGES_DYNAMIC += "^pulseaudio-lib.* ^pulseaudio-module.* ^libpulse-lib.* > ^libpulse-module.* " > > If you h

[OE-core] RDEPENDS of packages created by PACKAGES_DYNAMIC not built before image rootfs

2012-11-27 Thread Martin Jansa
Hi, pulseaudio has RDEPENDS_pulseaudio-module-console-kit =+ "consolekit" and pulseaudio-module-console-kit is dynamic package PACKAGES_DYNAMIC += "^pulseaudio-lib.* ^pulseaudio-module.* ^libpulse-lib.* ^libpulse-module.* " If you have image where consolekit is pulled to image only by pulseaud