Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Mike Looijmans
On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script that builds FPGA bitstreams: https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image.inc Now you can have multiple recipes

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Richard Purdie
On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script that builds FPGA bitstreams:

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Mike Looijmans
On 11/03/2014 11:04 AM, Richard Purdie wrote: On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script that builds FPGA bitstreams:

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Mike Looijmans
On 11/03/2014 11:49 AM, Mike Looijmans wrote: On 11/03/2014 11:04 AM, Richard Purdie wrote: On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script that builds

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Richard Purdie
On Mon, 2014-11-03 at 11:49 +0100, Mike Looijmans wrote: On 11/03/2014 11:04 AM, Richard Purdie wrote: On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Richard Purdie
On Mon, 2014-11-03 at 12:35 +0100, Mike Looijmans wrote: On 11/03/2014 11:49 AM, Mike Looijmans wrote: On 11/03/2014 11:04 AM, Richard Purdie wrote: On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard Purdie wrote: On Thu, 2014-10-30 at 15:17 +0100,

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-11-03 Thread Mike Looijmans
On 11/03/2014 01:09 PM, Richard Purdie wrote: On Mon, 2014-11-03 at 12:35 +0100, Mike Looijmans wrote: On 11/03/2014 11:49 AM, Mike Looijmans wrote: On 11/03/2014 11:04 AM, Richard Purdie wrote: On Mon, 2014-11-03 at 10:53 +0100, Mike Looijmans wrote: On 10/30/2014 06:47 PM, Richard

[OE-core] Weird ALTERNATIVES and staging conflict.

2014-10-30 Thread Mike Looijmans
I have this base script that builds FPGA bitstreams: https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image.inc Now you can have multiple recipes using it, and as such, it seemed a good idea to add these lines to that recipe: +ALTERNATIVE_${PN} =

Re: [OE-core] Weird ALTERNATIVES and staging conflict.

2014-10-30 Thread Richard Purdie
On Thu, 2014-10-30 at 15:17 +0100, Mike Looijmans wrote: I have this base script that builds FPGA bitstreams: https://github.com/topic-embedded-products/meta-topic/blob/master/recipes-bsp/fpga/fpga-image.inc Now you can have multiple recipes using it, and as such, it seemed a good idea