Re: [oe] bitbake dependency question

2016-12-14 Thread Robert Cagle
hem Raj [raj.k...@gmail.com] Sent: Wednesday, December 14, 2016 12:22 PM To: openembeded-devel Cc: Paul Eggleton Subject: Re: [oe] bitbake dependency question On Tue, Dec 13, 2016 at 3:39 PM, Robert Cagle wrote: > Hi Paul, > Thanks for the response. > >> Another way to handle this kind o

Re: [oe] bitbake dependency question

2016-12-14 Thread Khem Raj
On Tue, Dec 13, 2016 at 3:39 PM, Robert Cagle wrote: > Hi Paul, > Thanks for the response. > >> Another way to handle this kind of situation with plugins is to simply build >> them all with all dependencies, and have the runtime design such that it's >> fully flexible as to which plugins are insta

Re: [oe] bitbake dependency question

2016-12-13 Thread Robert Cagle
Hi Paul, Thanks for the response. > Another way to handle this kind of situation with plugins is to simply build > them all with all dependencies, and have the runtime design such that it's > fully flexible as to which plugins are installed - then you just make the > choice in the image. (Perhaps

Re: [oe] bitbake dependency question

2016-12-13 Thread Paul Eggleton
Hi Robert, On Tue, 13 Dec 2016 04:47:31 Robert Cagle wrote: > Robert Yang wrote: > > Try something like: > > In recipeD.bb: > > PLUGIN_RECIPES ??= "A" (or b, c) > > DEPENDS = "${PLUGIN_RECIPES} other..." > > > > In local.conf: > > PLUGIN_RECIPES = "A" (or b, c). > > Hi Robert, > Thanks for the r

Re: [oe] bitbake dependency question

2016-12-12 Thread Robert Cagle
Yang [liezhi.y...@windriver.com] Sent: Monday, December 12, 2016 6:33 PM To: openembedded-devel@lists.openembedded.org; Robert Cagle Subject: Re: [oe] bitbake dependency question Hi Robert On 12/13/2016 10:10 AM, Robert Cagle wrote: > I'm trying to figure out a reasonable way to spec

Re: [oe] bitbake dependency question

2016-12-12 Thread Robert Yang
Hi Robert On 12/13/2016 10:10 AM, Robert Cagle wrote: I'm trying to figure out a reasonable way to specify dependencies on an unknown/virtual set of other recipes. For example, Recipe A: Plugin #1 (installs a plugin spec somewhere in /usr/share) Recipe B: Plugin #2 (same) Recipe C: Plugin #3 (

[oe] bitbake dependency question

2016-12-12 Thread Robert Cagle
I'm trying to figure out a reasonable way to specify dependencies on an unknown/virtual set of other recipes. For example, Recipe A: Plugin #1 (installs a plugin spec somewhere in /usr/share) Recipe B: Plugin #2 (same) Recipe C: Plugin #3 (same). Recipe D: Host Application (C based), which needs