Re: [OE-core] Whitespace not allowed in COMPATIBLE_MACHINE

2011-11-29 Thread Phil Blundell
On Tue, 2011-11-29 at 15:09 +0100, Ulf Samuelsson wrote: > Its pretty clear, but this assumes that you are aware of the file itself. > Have just started looking into openembedded-core, so I didnt even know > the file existed. > Is this file mentioned anywhere? Hm, good question. I think the prim

Re: [OE-core] Whitespace not allowed in COMPATIBLE_MACHINE

2011-11-29 Thread Chris Larson
On Tue, Nov 29, 2011 at 7:09 AM, Ulf Samuelsson wrote: > >>> Working: >>> COMPATIBLE_MACHINE = "machine1" >>> COMPATIBLE_MACHINE = "machine1|machine2" >>> COMPATIBLE_MACHINE = "(machine1)" >>> COMPATIBLE_MACHINE = "(machine1|machine2)" >>> >>> COMPATIBLE_MACHINE = "machine1" >>> COMPATIBLE_MACHINE

Re: [OE-core] Whitespace not allowed in COMPATIBLE_MACHINE

2011-11-29 Thread Ulf Samuelsson
On 2011-11-29 12:08, Phil Blundell wrote: On Tue, 2011-11-29 at 11:12 +0100, Ulf Samuelsson wrote: Have had a lot of problems trying to get a recipe running. I finally discovered that "COMPATIBLE_MACHINE" is sensitive to whitespace. This is a real PITA expecially since COMPATIBLE_MACHINE is yet

Re: [OE-core] Whitespace not allowed in COMPATIBLE_MACHINE

2011-11-29 Thread Phil Blundell
On Tue, 2011-11-29 at 11:12 +0100, Ulf Samuelsson wrote: > Have had a lot of problems trying to get a recipe running. > I finally discovered that "COMPATIBLE_MACHINE" is sensitive to whitespace. >This is a real PITA expecially since COMPATIBLE_MACHINE is yet to be >documented in the manual Indeed,

[OE-core] Whitespace not allowed in COMPATIBLE_MACHINE

2011-11-29 Thread Ulf Samuelsson
Have had a lot of problems trying to get a recipe running. I finally discovered that "COMPATIBLE_MACHINE" is sensitive to whitespace. Working: COMPATIBLE_MACHINE = "machine1" COMPATIBLE_MACHINE = "machine1|machine2" COMPATIBLE_MACHINE = "(machine1)" COMPATIBLE_MACHINE = "(machine1|machine2)" COM